AssemblyLoadEventArgs.LoadedAssembly 属性
定义
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 实例。An instance of Assembly that represents the currently loaded assembly.
注解
此属性的值在事件发生时由公共语言运行时设置 AppDomain.AssemblyLoad 。The value of this property is set by the common language runtime when the AppDomain.AssemblyLoad event occurs.