Assembly._Assembly.GetType 方法

定義

傳回目前執行個體的類型。

 virtual Type ^ System.Runtime.InteropServices._Assembly.GetType() = System::Runtime::InteropServices::_Assembly::GetType;
Type _Assembly.GetType ();
abstract member System.Runtime.InteropServices._Assembly.GetType : unit -> Type
override this.System.Runtime.InteropServices._Assembly.GetType : unit -> Type
Function GetType () As Type Implements _Assembly.GetType

傳回

Type

代表 Assembly 類型的物件。

實作

適用於