名前 | 解説 | |
---|---|---|
GetDefaultProperties | 指定されたタイプのデフォルトプロパティを取得します。 | |
GetDefaultPublicCtor | 指定されたタイプのパラメータなしデフォルトパブリックインスタンスコンストラクタを返します。 | |
GetEnumValues<T> | Enum 型(Type.IsEnum == true)の値を返します。 | |
GetIndexerProperties | 指定されたタイプのインデクサプロパティを取得します。 | |
GetInterfaces | ||
GetNonNullableType | null 可能な型の基底の型を返します。たとえば、Type = double? の場合は、double を返します。 | |
GetProperties | オーバーロードされます。 | |
GetProperty | ||
IsNullableType | 型が null 可能な型である場合は、true を返します。 | |
IsNumeric | 型が数値データ型(double、float、int、uint、long、ulong、short、ushort、sbyte、byte、または decimal)の場合は、true を返します。 | |
IsNumericIntegral | 型が整数データ型(int、uint、long、ulong、short、ushort、sbyte、または byte)の場合は、true を返します。 | |
IsNumericIntegralSigned | 型が符号付き整数データ型(int、long、short、または sbyte)の場合は true を返します。 | |
IsNumericIntegralUnsigned | 型が符号なし整数データ型(uint、ulong、ushort、または byte)の場合は、true を返します。 | |
IsNumericNonIntegral | 型が整数以外の数値データ型(double、float、または decimal)の場合は、true を返します。 | |
New | オーバーロードされます。 デフォルトコンストラクタを使用して、この型の新しいインスタンスを作成します。 |