Method | Description | |
---|---|---|
CreateClass ( string clsname ) : IClass | ||
CreateClass ( string clsname, IClass superclass ) : IClass | ||
CreateClass ( string clsname, IClass superclass, string instancevarnames, string classvarnames ) : IClass | ||
CreateClass ( string clsname, bool isIndexed ) : IClass | ||
CreateNativeBehavior ( IBehavior superclass, |
||
GetAssociatedBehavior ( IBehavior behavior ) : IBehavior | ||
GetAssociatedClass ( IClass klass ) : IClass | ||
GetAssociatedMetaClass ( IMetaClass metaklass ) : IMetaClass | ||
GetClass ( string clsname ) : IClass | ||
GetClasses ( ) : ICollection |
||
GetGlobalNames ( ) : ICollection |
||
GetGlobalObject ( string objname ) : object | ||
GetHost ( System.Guid id ) : IHost | ||
GetLocalHosts ( ) : ICollection |
||
GetMetaClass ( string clsname ) : IMetaClass | ||
GetNativeBehavior ( |
||
GetRemoteHosts ( ) : ICollection |
||
ImportModule ( string modulename ) : void | ||
LoadFile ( string filename ) : void | ||
LoadModule ( string modulename ) : void | ||
Machine ( ) : System | ||
Machine ( bool iscurrent ) : System | ||
RegisterHost ( IHost host ) : void | ||
RegisterNativeBehavior ( |
||
SendMessage ( object obj, string msgname, object args, |
||
SetCurrent ( ) : void | ||
SetCurrent ( Machine machine ) : void | ||
SetCurrentEnvironmentObject ( string objname, object value ) : void | ||
SetEnvironmentObject ( |
||
SetGlobalObject ( string objname, object value ) : void |
Method | Description | |
---|---|---|
DefineMetaclass ( IClass metaclass ) : void | ||
GetFilename ( string filename ) : string | ||
GetOrCreateChildEnvironment ( |
||
IfNil ( Machine machine, object self, object arguments ) : object | ||
IfNotNil ( Machine machine, object self, object arguments ) : object | ||
IsNil ( Machine machine, object self, object arguments ) : object | ||
IsNotNil ( Machine machine, object self, object arguments ) : object |
public CreateClass ( string clsname ) : IClass | ||
clsname | string | |
return | IClass |
public CreateClass ( string clsname, IClass superclass ) : IClass | ||
clsname | string | |
superclass | IClass | |
return | IClass |
public CreateClass ( string clsname, IClass superclass, string instancevarnames, string classvarnames ) : IClass | ||
clsname | string | |
superclass | IClass | |
instancevarnames | string | |
classvarnames | string | |
return | IClass |
public CreateClass ( string clsname, bool isIndexed ) : IClass | ||
clsname | string | |
isIndexed | bool | |
return | IClass |
public CreateNativeBehavior ( IBehavior superclass, |
||
superclass | IBehavior | |
type | ||
return | IBehavior |
public GetAssociatedBehavior ( IBehavior behavior ) : IBehavior | ||
behavior | IBehavior | |
return | IBehavior |
public GetAssociatedClass ( IClass klass ) : IClass | ||
klass | IClass | |
return | IClass |
public GetAssociatedMetaClass ( IMetaClass metaklass ) : IMetaClass | ||
metaklass | IMetaClass | |
return | IMetaClass |
public GetGlobalObject ( string objname ) : object | ||
objname | string | |
return | object |
public GetMetaClass ( string clsname ) : IMetaClass | ||
clsname | string | |
return | IMetaClass |
public GetNativeBehavior ( |
||
type | ||
return | NativeBehavior |
public ImportModule ( string modulename ) : void | ||
modulename | string | |
return | void |
public LoadModule ( string modulename ) : void | ||
modulename | string | |
return | void |
public RegisterNativeBehavior ( |
||
type | ||
behavior | NativeBehavior | |
return | void |
public SendMessage ( object obj, string msgname, object args, |
||
obj | object | |
msgname | string | |
args | object | |
interpreter | ||
return | object |
public static SetCurrent ( Machine machine ) : void | ||
machine | Machine | |
return | void |
public SetCurrentEnvironmentObject ( string objname, object value ) : void | ||
objname | string | |
value | object | |
return | void |
public SetEnvironmentObject ( |
||
environment | ||
objname | string | |
value | object | |
return | void |
public SetGlobalObject ( string objname, object value ) : void | ||
objname | string | |
value | object | |
return | void |