C# Class Mono.Debugger.DebuggerOptions

Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
ID int

Public Methods

Method Description
Clone ( ) : DebuggerOptions
CreateXSP ( string root ) : DebuggerOptions
ParseCommandLine ( string args ) : DebuggerOptions
SetEnvironment ( string name, string value ) : void

Private Methods

Method Description
About ( ) : void
DebuggerOptions ( ) : System
DebuggerOptions ( XPathNodeIterator iter ) : System
GetSessionData ( XmlElement root ) : void
GetValue ( string &args, int &i, string ms_val ) : string
ParseDebugFlags ( DebuggerOptions options, string value ) : bool
ParseOption ( DebuggerOptions debug_options, string option, string &args, int &i, bool &parsing_options ) : bool
SetupXSP ( ) : void
Usage ( ) : void
append_array ( string &array, string value ) : void
clone ( Hashtable hash ) : Hashtable
clone ( string array ) : string[]

Method Details

Clone() public method

public Clone ( ) : DebuggerOptions
return DebuggerOptions

CreateXSP() public static method

public static CreateXSP ( string root ) : DebuggerOptions
root string
return DebuggerOptions

ParseCommandLine() public static method

public static ParseCommandLine ( string args ) : DebuggerOptions
args string
return DebuggerOptions

SetEnvironment() public method

public SetEnvironment ( string name, string value ) : void
name string
value string
return void

Property Details

ID public property

public int ID
return int