Method | Description | |
---|---|---|
DebugInfo ( this obj, string actionId ) : int | ||
DebugInfo ( this obj, string previousId, string actionId ) : int | ||
DebugInfo2 ( this obj, string previousId, string actionId ) : void |
public static DebugInfo ( this obj, string actionId ) : int | ||
obj | this | |
actionId | string | |
return | int |
public static DebugInfo ( this obj, string previousId, string actionId ) : int | ||
obj | this | |
previousId | string | |
actionId | string | |
return | int |
public static DebugInfo2 ( this obj, string previousId, string actionId ) : void | ||
obj | this | |
previousId | string | |
actionId | string | |
return | void |