C# Class Enigma.Memory.TypeHelper

Datei anzeigen Open project: r3peat/Enigma.D3.Public

Public Methods

Method Description
IsMemoryObjectType ( this type ) : bool
IsMemoryPointerType ( this type ) : bool
SizeOf ( this type ) : int

Method Details

IsMemoryObjectType() public static method

public static IsMemoryObjectType ( this type ) : bool
type this
return bool

IsMemoryPointerType() public static method

public static IsMemoryPointerType ( this type ) : bool
type this
return bool

SizeOf() public static method

public static SizeOf ( this type ) : int
type this
return int