NamespaceResolveEventArgs::RequestingAssembly Property

.NET Framework (current version)
 

Gets the name of the assembly whose dependency is being resolved.

Namespace:   System.Runtime.InteropServices.WindowsRuntime
Assembly:  mscorlib (in mscorlib.dll)

public:
property Assembly^ RequestingAssembly {
	Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

The name of the assembly whose dependency is being resolved.

.NET Framework
Available since 4.5
Return to top
Show: