C# 클래스 TUP.AsmResolver.NET.NETGlobals

파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
GetCompressedUInt32Size ( uint value ) : int
GetEnumType ( this typeDef ) : TypeReference
ReadCompressedInt32 ( BinaryReader reader ) : int
ReadCompressedUInt32 ( BinaryReader reader ) : uint
WriteCompressedUInt32 ( BinaryWriter writer, uint value ) : void

메소드 상세

GetCompressedUInt32Size() 공개 정적인 메소드

public static GetCompressedUInt32Size ( uint value ) : int
value uint
리턴 int

GetEnumType() 공개 정적인 메소드

public static GetEnumType ( this typeDef ) : TypeReference
typeDef this
리턴 TUP.AsmResolver.NET.Specialized.TypeReference

ReadCompressedInt32() 공개 정적인 메소드

public static ReadCompressedInt32 ( BinaryReader reader ) : int
reader System.IO.BinaryReader
리턴 int

ReadCompressedUInt32() 공개 정적인 메소드

public static ReadCompressedUInt32 ( BinaryReader reader ) : uint
reader System.IO.BinaryReader
리턴 uint

WriteCompressedUInt32() 공개 정적인 메소드

public static WriteCompressedUInt32 ( BinaryWriter writer, uint value ) : void
writer System.IO.BinaryWriter
value uint
리턴 void