Property | Type | Description | |
---|---|---|---|
BoolType | |||
ByteArrayType | |||
ByteType | |||
CharType | |||
DateTimeType | |||
DecimalType | |||
DoubleType | |||
FloatType | |||
GuidType | |||
Int16Type | |||
Int32Type | |||
Int64Type | |||
RuntimeType | Type | ||
SByteType | Type | ||
StringType | Type | ||
SystemObject | Type | ||
TypeType | Type | ||
UInt16Type | Type | ||
UInt32Type | Type | ||
UInt64Type | Type |
Method | Description | |
---|---|---|
GetEmptyObject ( this type ) : object | ||
GetNullableElement ( this type ) : |
||
GetShortAssemblyQualifiedName ( this self ) : string | ||
GetTypeFromManifestFull ( Stream stream, DeserializerSession session ) : |
||
GetTypeFromManifestIndex ( int typeId, DeserializerSession session ) : |
||
GetTypeFromManifestVersion ( Stream stream, DeserializerSession session ) : |
||
GetTypeManifest ( IReadOnlyCollection |
||
GetTypeSize ( this type ) : int | ||
IsFixedSizeType ( this type ) : bool | ||
IsNullable ( this type ) : bool | ||
IsOneDimensionalArray ( this type ) : bool | ||
IsOneDimensionalPrimitiveArray ( this type ) : bool | ||
IsWirePrimitive ( this type ) : bool | ||
ToQualifiedAssemblyName ( string shortName ) : string |
Method | Description | |
---|---|---|
GetCoreAssemblyName ( ) : string | ||
GetTypeFromManifestName ( Stream stream, DeserializerSession session ) : |
public static GetEmptyObject ( this type ) : object | ||
type | this | |
return | object |
public static GetNullableElement ( this type ) : |
||
type | this | |
return |
public static GetShortAssemblyQualifiedName ( this self ) : string | ||
self | this | |
return | string |
public static GetTypeFromManifestFull ( Stream stream, DeserializerSession session ) : |
||
stream | Stream | |
session | DeserializerSession | |
return |
public static GetTypeFromManifestIndex ( int typeId, DeserializerSession session ) : |
||
typeId | int | |
session | DeserializerSession | |
return |
public static GetTypeFromManifestVersion ( Stream stream, DeserializerSession session ) : |
||
stream | Stream | |
session | DeserializerSession | |
return |
public static GetTypeManifest ( IReadOnlyCollection |
||
fieldNames | IReadOnlyCollection |
|
return | byte[] |
public static GetTypeSize ( this type ) : int | ||
type | this | |
return | int |
public static IsFixedSizeType ( this type ) : bool | ||
type | this | |
return | bool |
public static IsNullable ( this type ) : bool | ||
type | this | |
return | bool |
public static IsOneDimensionalArray ( this type ) : bool | ||
type | this | |
return | bool |
public static IsOneDimensionalPrimitiveArray ( this type ) : bool | ||
type | this | |
return | bool |
public static IsWirePrimitive ( this type ) : bool | ||
type | this | |
return | bool |
public static ToQualifiedAssemblyName ( string shortName ) : string | ||
shortName | string | |
return | string |
public static Type,System ByteArrayType | ||
return |