Свойство | Type | Description | |
---|---|---|---|
instanceLookup | string>.Dictionary |
Méthode | 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 | |
Résultat | string |
public static IsConditionalControlFlow ( this code ) : bool | ||
code | this | |
Résultat | bool |
public static IsUnconditionalControlFlow ( this code ) : bool | ||
code | this | |
Résultat | bool |
public static getBranchOffset ( uint op ) : int | ||
op | uint | |
Résultat | int |
public static isBranch ( this code ) : bool | ||
code | this | |
Résultat | bool |
public static isExpression ( this i ) : bool | ||
i | this | |
Résultat | bool |