Méthode | 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 |
Méthode | Description | |
---|---|---|
AddTemporaryAlias ( string command ) : string | ||
CreateDbgEngDataTargetImpl ( ) : Microsoft.Diagnostics.Runtime.DataTarget | ||
GetAllCommandTypes ( ) : System.Type[] | ||
InitParserIfNecessary ( ) : void | ||
IsCommandIsSupportedForThisTarget ( |
public CommandExecutionContext ( ) : System | ||
Résultat | System |
public CreateTemporaryDbgEngTarget ( ) : Microsoft.Diagnostics.Runtime.DataTarget | ||
Résultat | Microsoft.Diagnostics.Runtime.DataTarget |
public ExecuteCommand ( string inputCommand ) : void | ||
inputCommand | string | |
Résultat | void |
public ExecuteOneCommand ( string command ) : void | ||
command | string | |
Résultat | void |
public GetTypeByMetadataToken ( string moduleName, int mdTypeDefToken ) : ClrType | ||
moduleName | string | |
mdTypeDefToken | int | |
Résultat | ClrType |
public WriteErrorLine ( string format ) : void | ||
format | string | |
Résultat | void |
public WriteInfoLine ( string format ) : void | ||
format | string | |
Résultat | void |
public WriteLink ( string text, string command ) : void | ||
text | string | |
command | string | |
Résultat | void |
public WriteWarning ( string value ) : void | ||
value | string | |
Résultat | void |
public WriteWarningLine ( string format ) : void | ||
format | string | |
Résultat | void |