C# Class Machete.Runtime.RuntimeTypes.SpecificationTypes.SObjectEnvironmentRecord

Inheritance: IObjectEnvironmentRecord
Afficher le fichier Open project: ChaosPandion/Machete

Méthodes publiques

Méthode Description
CreateMutableBinding ( string n, bool d ) : void
DeleteBinding ( string n ) : bool
Get ( string name, bool strict ) : IDynamic
GetBindingValue ( string n, bool s ) : IDynamic
HasBinding ( string n ) : bool
ImplicitThisValue ( ) : IDynamic
SObjectEnvironmentRecord ( IEnvironment environment, IObject bindingObject, bool provideThis ) : System
Set ( string name, IDynamic value, bool strict ) : void
SetMutableBinding ( string n, IDynamic v, bool s ) : void

Method Details

CreateMutableBinding() public méthode

public CreateMutableBinding ( string n, bool d ) : void
n string
d bool
Résultat void

DeleteBinding() public méthode

public DeleteBinding ( string n ) : bool
n string
Résultat bool

Get() public méthode

public Get ( string name, bool strict ) : IDynamic
name string
strict bool
Résultat IDynamic

GetBindingValue() public méthode

public GetBindingValue ( string n, bool s ) : IDynamic
n string
s bool
Résultat IDynamic

HasBinding() public méthode

public HasBinding ( string n ) : bool
n string
Résultat bool

ImplicitThisValue() public méthode

public ImplicitThisValue ( ) : IDynamic
Résultat IDynamic

SObjectEnvironmentRecord() public méthode

public SObjectEnvironmentRecord ( IEnvironment environment, IObject bindingObject, bool provideThis ) : System
environment IEnvironment
bindingObject IObject
provideThis bool
Résultat System

Set() public méthode

public Set ( string name, IDynamic value, bool strict ) : void
name string
value IDynamic
strict bool
Résultat void

SetMutableBinding() public méthode

public SetMutableBinding ( string n, IDynamic v, bool s ) : void
n string
v IDynamic
s bool
Résultat void