C# Class Mono.Debugger.DebuggerOptions

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Clone ( ) : DebuggerOptions
Résultat DebuggerOptions

CreateXSP() public static méthode

public static CreateXSP ( string root ) : DebuggerOptions
root string
Résultat DebuggerOptions

ParseCommandLine() public static méthode

public static ParseCommandLine ( string args ) : DebuggerOptions
args string
Résultat DebuggerOptions

SetEnvironment() public méthode

public SetEnvironment ( string name, string value ) : void
name string
value string
Résultat void

Property Details

ID public_oe property

public int ID
Résultat int