ResolveEventArgs::Name Property

 

Gets the name of the item to resolve.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the item to resolve.

For the AssemblyResolve event, Name is the assembly name before policy is applied.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: