_Assembly インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
Assembly クラスのパブリック メンバーをアンマネージ コードに公開します。
public interface class _Assembly
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("17156360-2F1A-384A-BC52-FDE93C215C5B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface _Assembly
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("17156360-2f1a-384a-bc52-fde93c215c5b")]
public interface _Assembly
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("17156360-2F1A-384A-BC52-FDE93C215C5B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type _Assembly = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("17156360-2f1a-384a-bc52-fde93c215c5b")>]
type _Assembly = interface
Public Interface _Assembly
- 派生
- 属性
注釈
このインターフェイスは、アンマネージ コードからマネージド クラスにアクセスするためのインターフェイスであり、マネージド コードから呼び出さないでください。
このインターフェイスは、アンマネージ COM オブジェクトからアクセスできるクラス メンバーの System.Reflection.Assembly vtable 順序を保持します。
プロパティ
CodeBase |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、CodeBaseプロパティです。 |
EntryPoint |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、EntryPointプロパティです。 |
EscapedCodeBase |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、EscapedCodeBaseプロパティです。 |
Evidence |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Evidenceプロパティです。 |
FullName |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、FullNameプロパティです。 |
GlobalAssemblyCache |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、GlobalAssemblyCacheプロパティです。 |
Location |
COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、Locationプロパティです。 |
メソッド
イベント
ModuleResolve |
COM オブジェクトに、ModuleResolve イベントへのバージョンに依存しないアクセスが用意されています。 |
適用対象
こちらもご覧ください
.NET