C# Class Rhino.Tools.Shell.Environment

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

Méthodes publiques

Méthode 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

Méthode Description
CollectIds ( ) : object[]

Method Details

DefineClass() public static méthode

public static DefineClass ( ScriptableObject scope ) : void
scope ScriptableObject
Résultat void

Environment() public méthode

public Environment ( ) : System
Résultat System

Environment() public méthode

public Environment ( ScriptableObject scope ) : System
scope ScriptableObject
Résultat System

Get() public méthode

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
Résultat object

GetAllIds() public méthode

public GetAllIds ( ) : object[]
Résultat object[]

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetIds() public méthode

public GetIds ( ) : object[]
Résultat object[]

Has() public méthode

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
Résultat bool

Put() public méthode

public Put ( string name, Scriptable start, object value ) : void
name string
start Scriptable
value object
Résultat void