C# Class Mono.CSharp.RootContext

Afficher le fichier Open project: praeclarum/runcs Class Usage Examples

Méthodes publiques

Méthode Description
AddConditional ( string p ) : void
IsConditionalDefined ( string value ) : bool
PartialReset ( ) : void
Reset ( bool full ) : void

Private Methods

Méthode Description
RootContext ( ) : System

Method Details

AddConditional() public static méthode

public static AddConditional ( string p ) : void
p string
Résultat void

IsConditionalDefined() public static méthode

public static IsConditionalDefined ( string value ) : bool
value string
Résultat bool

PartialReset() public static méthode

public static PartialReset ( ) : void
Résultat void

Reset() public static méthode

public static Reset ( bool full ) : void
full bool
Résultat void