Property | Type | Description | |
---|---|---|---|
instanceLookup | string>.Dictionary |
Method | Description | |
---|---|---|
EscapeString ( string s ) : string | ||
GetPopDelta ( this i ) : int | ||
IsConditionalControlFlow ( this code ) : bool | ||
IsUnconditionalControlFlow ( this code ) : bool | ||
getBranchOffset ( uint op ) : int | ||
isBranch ( this code ) : bool | ||
isExpression ( this i ) : bool |
public static EscapeString ( string s ) : string | ||
s | string | |
return | string |
public static IsConditionalControlFlow ( this code ) : bool | ||
code | this | |
return | bool |
public static IsUnconditionalControlFlow ( this code ) : bool | ||
code | this | |
return | bool |
public static getBranchOffset ( uint op ) : int | ||
op | uint | |
return | int |