ConstructorInfo._ConstructorInfo.GetType 方法

定义

获取表示 Type 类型的 ConstructorInfo 对象。

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

返回

Type

一个 Type 对象,表示 ConstructorInfo 类型。

实现

适用于