ITypeProvider.LocalAssembly 属性
定义
在编译过程中为验证正在编译的活动项目中的类型而生成的临时程序集。Temporary assembly that is generated during the compilation process to validate the types in the active project that is being compiled.
public:
property System::Reflection::Assembly ^ LocalAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly LocalAssembly { get; }
member this.LocalAssembly : System.Reflection.Assembly
Public ReadOnly Property LocalAssembly As Assembly
属性值
由此实例定义的本地 Assembly。The local Assembly defined by this instance.