Метод | Описание | |
---|---|---|
CommandExecutionContext ( ) : System | ||
CreateTemporaryDbgEngTarget ( ) : Microsoft.Diagnostics.Runtime.DataTarget |
Creates a temporary DbgEng DataTarget. It is used for a single command's execution, such as !lm or !mk, and disposed immediately thereafter. If there is already a persistent DbgEng DataTarget, i.e. the debugger is currently in native DbgEng "mode", this method fails.
|
|
Dispose ( ) : void | ||
EnterDbgEngNativeMode ( ) : void |
Creates a persistent DbgEng DataTarget that can be used to execute multiple commands (remembers state). While this DataTarget is in place, msos is placed in native DbgEng "mode", and accepts only DbgEng commands.
|
|
ExecuteCommand ( string inputCommand ) : void | ||
ExecuteOneCommand ( string command ) : void | ||
ExitDbgEngNativeMode ( ) : void | ||
GetTypeByMetadataToken ( string moduleName, int mdTypeDefToken ) : ClrType | ||
RemoveTemporaryAliases ( ) : void | ||
Write ( string format ) : void | ||
WriteError ( string value ) : void | ||
WriteErrorLine ( string format ) : void | ||
WriteInfo ( string value ) : void | ||
WriteInfoLine ( string format ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string format ) : void | ||
WriteLink ( string text, string command ) : void | ||
WriteWarning ( string value ) : void | ||
WriteWarningLine ( string format ) : void |
Метод | Описание | |
---|---|---|
AddTemporaryAlias ( string command ) : string | ||
CreateDbgEngDataTargetImpl ( ) : Microsoft.Diagnostics.Runtime.DataTarget | ||
GetAllCommandTypes ( ) : System.Type[] | ||
InitParserIfNecessary ( ) : void | ||
IsCommandIsSupportedForThisTarget ( |
public CommandExecutionContext ( ) : System | ||
Результат | System |
public CreateTemporaryDbgEngTarget ( ) : Microsoft.Diagnostics.Runtime.DataTarget | ||
Результат | Microsoft.Diagnostics.Runtime.DataTarget |
public ExecuteCommand ( string inputCommand ) : void | ||
inputCommand | string | |
Результат | void |
public ExecuteOneCommand ( string command ) : void | ||
command | string | |
Результат | void |
public GetTypeByMetadataToken ( string moduleName, int mdTypeDefToken ) : ClrType | ||
moduleName | string | |
mdTypeDefToken | int | |
Результат | ClrType |
public WriteErrorLine ( string format ) : void | ||
format | string | |
Результат | void |
public WriteInfoLine ( string format ) : void | ||
format | string | |
Результат | void |
public WriteLink ( string text, string command ) : void | ||
text | string | |
command | string | |
Результат | void |
public WriteWarning ( string value ) : void | ||
value | string | |
Результат | void |
public WriteWarningLine ( string format ) : void | ||
format | string | |
Результат | void |