Show / Hide Table of Contents

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()
Namespace: AssetRipper.SerializationLogic
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
Type Name Description
PrimitiveType _this
Returns
Type Description
System.Int32
| Improve this Doc View Source

IsCSharpPrimitive(PrimitiveType)

Declaration
public static bool IsCSharpPrimitive(this PrimitiveType _this)
Parameters
Type Name Description
PrimitiveType _this
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ToPrimitiveType(ElementType)

Declaration
public static PrimitiveType ToPrimitiveType(this ElementType elementType)
Parameters
Type Name Description
AsmResolver.PE.DotNet.Metadata.Tables.ElementType elementType
Returns
Type Description
PrimitiveType
| Improve this Doc View Source

ToPrimitiveType(CorLibTypeSignature)

Declaration
public static PrimitiveType ToPrimitiveType(this CorLibTypeSignature type)
Parameters
Type Name Description
CorLibTypeSignature type
Returns
Type Description
PrimitiveType
| Improve this Doc View Source

ToSystemTypeName(PrimitiveType)

Declaration
public static string ToSystemTypeName(this PrimitiveType _this)
Parameters
Type Name Description
PrimitiveType _this
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾