Method | Description | |
---|---|---|
GetBinaryConstructorType ( |
Returns the
|
|
HasBinaryConstructor ( |
Determines whether the Type has a binary constructor. This is seen as an indication that this is binary data.
|
|
HasByteArrayConstructor ( |
Returns whether the specified
|
|
HasStreamConstructor ( |
Returns whether the specified
|
|
IsArray ( String type ) : bool |
Determines whether the typename describes an array.
|
|
IsCollection ( |
Determines whether a Type is a Collection type.
|
|
IsDictionary ( |
Determines whether a Type is a Dictionary type.
|
|
IsList ( |
Determines whether a Type is a List type.
|
|
TypeInfo ( ) : System |
Constructor.
|
|
TypeInfo ( |
Constructor.
|
|
TypeInfo ( object obj ) : System |
Constructor.
|
public static GetBinaryConstructorType ( |
||
type | ||
return |
public static HasBinaryConstructor ( |
||
type | ||
return | bool |
public static HasByteArrayConstructor ( |
||
type | ||
return | bool |
public static HasStreamConstructor ( |
||
type | ||
return | bool |
public static IsCollection ( |
||
type | ||
return | bool |
public static IsDictionary ( |
||
type | ||
return | bool |
public static IsList ( |
||
type | ||
return | bool |