C# Class PS3DumpChecker.Common

Mostra file Open project: Swizzy/PS3DumpChecker Class Usage Examples

Public Properties

Property Type Description
chkresult bool
dmpname string
swapstate bool

Public Methods

Method 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

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

Method Details

GetDataForTest() public static method

public static GetDataForTest ( IList data ) : string
data IList
return string

GetDataForTest() public static method

public static GetDataForTest ( byte &data, int offset, int length ) : string
data byte
offset int
length int
return string

GetDataReadable() public static method

public static GetDataReadable ( IEnumerable data ) : string
data IEnumerable
return string

GetDataReadable() public static method

public static GetDataReadable ( string input ) : string
input string
return string

GetDataReadable() public static method

public static GetDataReadable ( string input, int &count ) : string
input string
count int
return string

GetLdrSize() public static method

public static GetLdrSize ( byte &data ) : uint
data byte
return uint

GetSizefrom() public static method

public static GetSizefrom ( byte &data ) : uint
data byte
return uint

Swap() public static method

public static Swap ( uint x ) : uint
x uint
return uint

Swap() public static method

public static Swap ( ulong x ) : ulong
x ulong
return ulong

SwapBytes() public static method

public static SwapBytes ( byte &data ) : bool
data byte
return bool

Property Details

chkresult public_oe static_oe property

public static bool chkresult
return bool

dmpname public_oe static_oe property

public static string dmpname
return string

swapstate public_oe static_oe property

public static bool swapstate
return bool