Assembly.ManifestModule 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含当前程序集清单的模块。
public:
 virtual property System::Reflection::Module ^ ManifestModule { System::Reflection::Module ^ get(); };public:
 property System::Reflection::Module ^ ManifestModule { System::Reflection::Module ^ get(); };public virtual System.Reflection.Module ManifestModule { get; }[System.Runtime.InteropServices.ComVisible(false)]
public System.Reflection.Module ManifestModule { get; }[System.Runtime.InteropServices.ComVisible(false)]
public virtual System.Reflection.Module ManifestModule { get; }member this.ManifestModule : System.Reflection.Module[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ManifestModule : System.Reflection.ModulePublic Overridable ReadOnly Property ManifestModule As ModulePublic ReadOnly Property ManifestModule As Module属性值
包含程序集清单的模块。
- 属性