AssemblyLoadEventArgs.LoadedAssembly 属性

定义

获取一个表示当前加载的程序集的 AssemblyGets an Assembly that represents the currently loaded assembly.

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

属性值

Assembly

表示当前加载的程序集的 Assembly 实例。An instance of Assembly that represents the currently loaded assembly.

注解

此属性的值在事件发生时由公共语言运行时设置 AppDomain.AssemblyLoadThe value of this property is set by the common language runtime when the AppDomain.AssemblyLoad event occurs.

适用于