Method |
Description |
|
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 |
|
|