C# Class PS3DumpChecker.Common

Afficher le fichier Open project: Swizzy/PS3DumpChecker Class Usage Examples

Méthodes publiques

Свойство Type Description
chkresult bool
dmpname string
swapstate bool

Méthodes publiques

Méthode Description
GetDataForTest ( IList data ) : string
GetDataForTest ( byte &data, int offset, int length ) : string
GetDataReadable ( IEnumerable data ) : string
GetDataReadable ( string input ) : string
GetDataReadable ( string input, int &count ) : string
GetLdrSize ( byte &data ) : uint
GetSizefrom ( byte &data ) : uint
Swap ( uint x ) : uint
Swap ( ulong x ) : ulong
SwapBytes ( byte &data ) : bool

Private Methods

Méthode Description
AddBad ( ImgInfo &ret ) : void
AddItem ( int key, PartsObject data ) : void
HexToArray ( string input ) : byte[]
SendStatus ( string msg ) : void

Method Details

GetDataForTest() public static méthode

public static GetDataForTest ( IList data ) : string
data IList
Résultat string

GetDataForTest() public static méthode

public static GetDataForTest ( byte &data, int offset, int length ) : string
data byte
offset int
length int
Résultat string

GetDataReadable() public static méthode

public static GetDataReadable ( IEnumerable data ) : string
data IEnumerable
Résultat string

GetDataReadable() public static méthode

public static GetDataReadable ( string input ) : string
input string
Résultat string

GetDataReadable() public static méthode

public static GetDataReadable ( string input, int &count ) : string
input string
count int
Résultat string

GetLdrSize() public static méthode

public static GetLdrSize ( byte &data ) : uint
data byte
Résultat uint

GetSizefrom() public static méthode

public static GetSizefrom ( byte &data ) : uint
data byte
Résultat uint

Swap() public static méthode

public static Swap ( uint x ) : uint
x uint
Résultat uint

Swap() public static méthode

public static Swap ( ulong x ) : ulong
x ulong
Résultat ulong

SwapBytes() public static méthode

public static SwapBytes ( byte &data ) : bool
data byte
Résultat bool

Property Details

chkresult public_oe static_oe property

public static bool chkresult
Résultat bool

dmpname public_oe static_oe property

public static string dmpname
Résultat string

swapstate public_oe static_oe property

public static bool swapstate
Résultat bool