C# Class Qyoto.QProcessEnvironment

Inheritance: Object, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
QProcessEnvironment ( Type dummy ) : System

Private Methods

Method Description
QProcessEnvironment ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( string name ) : bool
name string
return bool

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Insert() public method

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

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

QProcessEnvironment() public method

public QProcessEnvironment ( QProcessEnvironment other ) : System
other QProcessEnvironment
return System

QProcessEnvironment() protected method

protected QProcessEnvironment ( Type dummy ) : System
dummy System.Type
return System

Remove() public method

public Remove ( string name ) : void
name string
return void

SystemEnvironment() public static method

public static SystemEnvironment ( ) : QProcessEnvironment
return QProcessEnvironment

ToStringList() public method

public ToStringList ( ) : List
return List

Value() public method

public Value ( string name ) : string
name string
return string

Value() public method

public Value ( string name, string defaultValue ) : string
name string
defaultValue string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation