Свойство | Тип | Описание | |
---|---|---|---|
instanceLookup | string>.Dictionary |
Метод | Описание | |
---|---|---|
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 | |
Результат | string |
public static GetPopDelta ( this i ) : int | ||
i | this | |
Результат | int |
public static IsConditionalControlFlow ( this code ) : bool | ||
code | this | |
Результат | bool |
public static IsUnconditionalControlFlow ( this code ) : bool | ||
code | this | |
Результат | bool |
public static getBranchOffset ( uint op ) : int | ||
op | uint | |
Результат | int |
public static isBranch ( this code ) : bool | ||
code | this | |
Результат | bool |
public static isExpression ( this i ) : bool | ||
i | this | |
Результат | bool |