C# Class Mono.CSharp.RootContext

Show file Open project: praeclarum/runcs Class Usage Examples

Public Methods

Method Description
AddConditional ( string p ) : void
IsConditionalDefined ( string value ) : bool
PartialReset ( ) : void
Reset ( bool full ) : void

Private Methods

Method Description
RootContext ( ) : System

Method Details

AddConditional() public static method

public static AddConditional ( string p ) : void
p string
return void

IsConditionalDefined() public static method

public static IsConditionalDefined ( string value ) : bool
value string
return bool

PartialReset() public static method

public static PartialReset ( ) : void
return void

Reset() public static method

public static Reset ( bool full ) : void
full bool
return void