Method | Description | |
---|---|---|
BaseMetaClass ( IBehavior behavior, IMetaClass superclass, System.Machine machine, string varnames ) : System | ||
CreateClass ( string name, string varnames ) : IClass | ||
CreateMetaClass ( IBehavior superclass, System.Machine machine ) : IMetaClass | ||
GetClassVariable ( int offset ) : object | ||
GetClassVariableNames ( ) : ICollection |
||
GetClassVariableNamesAsString ( ) : string | ||
GetClassVariableOffset ( string varname ) : int | ||
SetClassVariable ( int offset, object value ) : void |
public BaseMetaClass ( IBehavior behavior, IMetaClass superclass, System.Machine machine, string varnames ) : System | ||
behavior | IBehavior | |
superclass | IMetaClass | |
machine | System.Machine | |
varnames | string | |
return | System |
public CreateClass ( string name, string varnames ) : IClass | ||
name | string | |
varnames | string | |
return | IClass |
public static CreateMetaClass ( IBehavior superclass, System.Machine machine ) : IMetaClass | ||
superclass | IBehavior | |
machine | System.Machine | |
return | IMetaClass |
public GetClassVariable ( int offset ) : object | ||
offset | int | |
return | object |
public GetClassVariableNames ( ) : ICollection |
||
return | ICollection |
public GetClassVariableNamesAsString ( ) : string | ||
return | string |
public GetClassVariableOffset ( string varname ) : int | ||
varname | string | |
return | int |
public SetClassVariable ( int offset, object value ) : void | ||
offset | int | |
value | object | |
return | void |