Method | Description | |
---|---|---|
CanBeConst ( this specialType ) : bool | ||
FixedBufferElementSizeInBytes ( this specialType ) : int | ||
IsIntegralType ( this specialType ) : bool |
Checks if a type is considered a "built-in integral" by CLR.
|
|
IsIntrinsicType ( this specialType ) : bool |
The type is one of the simple types defined in Dev10 C#, see "predeftype.h"/simple
|
|
IsSignedIntegralType ( this specialType ) : bool | ||
IsValidVolatileFieldType ( this specialType ) : bool |
public static CanBeConst ( this specialType ) : bool | ||
specialType | this | |
return | bool |
public static FixedBufferElementSizeInBytes ( this specialType ) : int | ||
specialType | this | |
return | int |
public static IsIntegralType ( this specialType ) : bool | ||
specialType | this | |
return | bool |
public static IsIntrinsicType ( this specialType ) : bool | ||
specialType | this | |
return | bool |
public static IsSignedIntegralType ( this specialType ) : bool | ||
specialType | this | |
return | bool |
public static IsValidVolatileFieldType ( this specialType ) : bool | ||
specialType | this | |
return | bool |