C# Class Rhino.SpecialRef

Inheritance: Ref
Show file Open project: hazzik/Rhino.Net

Public Methods

Method Description
Delete ( Context cx ) : bool
Get ( Context cx ) : object
Has ( Context cx ) : bool
Set ( Context cx, object value ) : object

Private Methods

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

Method Details

Delete() public method

public Delete ( Context cx ) : bool
cx Context
return bool

Get() public method

public Get ( Context cx ) : object
cx Context
return object

Has() public method

public Has ( Context cx ) : bool
cx Context
return bool

Set() public method

public Set ( Context cx, object value ) : object
cx Context
value object
return object