C# Class Rhino.Tools.Shell.Environment

Inheritance: ScriptableObject
Exibir arquivo Open project: hazzik/Rhino.Net

Public Methods

Method Description
DefineClass ( ScriptableObject scope ) : void
Environment ( ) : System
Environment ( ScriptableObject scope ) : System
Get ( string name, Scriptable start ) : object
GetAllIds ( ) : object[]
GetClassName ( ) : string
GetIds ( ) : object[]
Has ( string name, Scriptable start ) : bool
Put ( string name, Scriptable start, object value ) : void

Private Methods

Method Description
CollectIds ( ) : object[]

Method Details

DefineClass() public static method

public static DefineClass ( ScriptableObject scope ) : void
scope ScriptableObject
return void

Environment() public method

public Environment ( ) : System
return System

Environment() public method

public Environment ( ScriptableObject scope ) : System
scope ScriptableObject
return System

Get() public method

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
return object

GetAllIds() public method

public GetAllIds ( ) : object[]
return object[]

GetClassName() public method

public GetClassName ( ) : string
return string

GetIds() public method

public GetIds ( ) : object[]
return object[]

Has() public method

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
return bool

Put() public method

public Put ( string name, Scriptable start, object value ) : void
name string
start Scriptable
value object
return void