RuntimeTypeHandle.GetModuleHandle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
取得模組控制代碼,這個模組包含由目前執行個體所表示的型別。
public:
ModuleHandle GetModuleHandle();
public ModuleHandle GetModuleHandle ();
[System.CLSCompliant(false)]
public ModuleHandle GetModuleHandle ();
member this.GetModuleHandle : unit -> ModuleHandle
[<System.CLSCompliant(false)>]
member this.GetModuleHandle : unit -> ModuleHandle
Public Function GetModuleHandle () As ModuleHandle
傳回
ModuleHandle 結構表示模組控制代碼,這個模組包含由目前執行個體所表示的型別。
- 屬性