C# Class Rhino.SpecialRef

Inheritance: Ref
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Delete ( Context cx ) : bool
Get ( Context cx ) : object
Has ( Context cx ) : bool
Set ( Context cx, object value ) : object

Private Methods

Méthode Description
CreateSpecial ( Context cx, object @object, string name ) : Ref
SpecialRef ( Scriptable target, int type, string name ) : System

Method Details

Delete() public méthode

public Delete ( Context cx ) : bool
cx Context
Résultat bool

Get() public méthode

public Get ( Context cx ) : object
cx Context
Résultat object

Has() public méthode

public Has ( Context cx ) : bool
cx Context
Résultat bool

Set() public méthode

public Set ( Context cx, object value ) : object
cx Context
value object
Résultat object