C# 클래스 Enigma.Memory.TypeHelper

파일 보기 프로젝트 열기: r3peat/Enigma.D3.Public

공개 메소드들

메소드 설명
IsMemoryObjectType ( this type ) : bool
IsMemoryPointerType ( this type ) : bool
SizeOf ( this type ) : int

메소드 상세

IsMemoryObjectType() 공개 정적인 메소드

public static IsMemoryObjectType ( this type ) : bool
type this
리턴 bool

IsMemoryPointerType() 공개 정적인 메소드

public static IsMemoryPointerType ( this type ) : bool
type this
리턴 bool

SizeOf() 공개 정적인 메소드

public static SizeOf ( this type ) : int
type this
리턴 int