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.Module
Public Overridable ReadOnly Property ManifestModule As Module
Public ReadOnly Property ManifestModule As Module
プロパティ値
アセンブリのマニフェストを格納しているモジュール。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET