C# Class TUP.AsmResolver.NET.NETGlobals

Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetCompressedUInt32Size ( uint value ) : int
value uint
Résultat int

GetEnumType() public static méthode

public static GetEnumType ( this typeDef ) : TypeReference
typeDef this
Résultat TUP.AsmResolver.NET.Specialized.TypeReference

ReadCompressedInt32() public static méthode

public static ReadCompressedInt32 ( BinaryReader reader ) : int
reader System.IO.BinaryReader
Résultat int

ReadCompressedUInt32() public static méthode

public static ReadCompressedUInt32 ( BinaryReader reader ) : uint
reader System.IO.BinaryReader
Résultat uint

WriteCompressedUInt32() public static méthode

public static WriteCompressedUInt32 ( BinaryWriter writer, uint value ) : void
writer System.IO.BinaryWriter
value uint
Résultat void