IntrospectionExtensions.GetTypeInfo(Type) メソッド

定義

指定された型の TypeInfo 形式を返します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::TypeInfo ^ GetTypeInfo(Type ^ type);
public static System.Reflection.TypeInfo GetTypeInfo (this Type type);
static member GetTypeInfo : Type -> System.Reflection.TypeInfo
<Extension()>
Public Function GetTypeInfo (type As Type) As TypeInfo

パラメーター

type
Type

変換する型。

戻り値

TypeInfo

変換後のオブジェクト。

注釈

オブジェクトを TypeInfo 取得すると、常に型が読み込まれます。

適用対象