NamespaceResolveEventArgs.RequestingAssembly Property

Definition

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

public:
 property System::Reflection::Assembly ^ RequestingAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly RequestingAssembly { get; }
member this.RequestingAssembly : System.Reflection.Assembly
Public ReadOnly Property RequestingAssembly As Assembly

Property Value

The name of the assembly whose dependency is being resolved.

Applies to