C# Class Qyoto.QProcessEnvironment

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Clear ( ) : void
Contains ( string name ) : bool
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
Insert ( string name, string value ) : void
IsEmpty ( ) : bool
QProcessEnvironment ( QProcessEnvironment other ) : System
Remove ( string name ) : void
SystemEnvironment ( ) : QProcessEnvironment
ToStringList ( ) : List
Value ( string name ) : string
Value ( string name, string defaultValue ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QProcessEnvironment ( Type dummy ) : System

Private Methods

Méthode Description
QProcessEnvironment ( ) : System

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Insert() public méthode

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

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

QProcessEnvironment() public méthode

public QProcessEnvironment ( QProcessEnvironment other ) : System
other QProcessEnvironment
Résultat System

QProcessEnvironment() protected méthode

protected QProcessEnvironment ( Type dummy ) : System
dummy System.Type
Résultat System

Remove() public méthode

public Remove ( string name ) : void
name string
Résultat void

SystemEnvironment() public static méthode

public static SystemEnvironment ( ) : QProcessEnvironment
Résultat QProcessEnvironment

ToStringList() public méthode

public ToStringList ( ) : List
Résultat List

Value() public méthode

public Value ( string name ) : string
name string
Résultat string

Value() public méthode

public Value ( string name, string defaultValue ) : string
name string
defaultValue string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation