_AppDomain.GetType 方法

定義

為 COM 物件提供與版本無關的 GetType() 方法之存取權。

public:
 Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type

傳回

Type 表示目前執行個體的型別。

備註

AppDomain.GetType請參閱 方法。

適用於