C# Class TUP.AsmResolver.NET.NETGlobals

Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
GetCompressedUInt32Size ( uint value ) : int
GetEnumType ( this typeDef ) : TypeReference
ReadCompressedInt32 ( BinaryReader reader ) : int
ReadCompressedUInt32 ( BinaryReader reader ) : uint
WriteCompressedUInt32 ( BinaryWriter writer, uint value ) : void

Method Details

GetCompressedUInt32Size() public static method

public static GetCompressedUInt32Size ( uint value ) : int
value uint
return int

GetEnumType() public static method

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

ReadCompressedInt32() public static method

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

ReadCompressedUInt32() public static method

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

WriteCompressedUInt32() public static method

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