Class PrimitiveTypeExtensions
Inheritance
System.Object
PrimitiveTypeExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AssetRipper.SerializationLogic.dll
Syntax
public static class PrimitiveTypeExtensions
Methods
|
Improve this Doc
View Source
GetSize(PrimitiveType)
Declaration
public static int GetSize(this PrimitiveType _this)
Parameters
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsCSharpPrimitive(PrimitiveType)
Declaration
public static bool IsCSharpPrimitive(this PrimitiveType _this)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static PrimitiveType ToPrimitiveType(this ElementType elementType)
Parameters
Type |
Name |
Description |
AsmResolver.PE.DotNet.Metadata.Tables.ElementType |
elementType |
|
Returns
|
Improve this Doc
View Source
ToPrimitiveType(CorLibTypeSignature)
Declaration
public static PrimitiveType ToPrimitiveType(this CorLibTypeSignature type)
Parameters
Type |
Name |
Description |
CorLibTypeSignature |
type |
|
Returns
|
Improve this Doc
View Source
ToSystemTypeName(PrimitiveType)
Declaration
public static string ToSystemTypeName(this PrimitiveType _this)
Parameters
Returns
Type |
Description |
System.String |
|