Property | Type | Description | |
---|---|---|---|
classes | |||
name | string | ||
nameIx | uint | ||
readAsDef | bool |
Method | Description | |
---|---|---|
Name ( ) : string | ||
RemoveClass ( |
Delete a class from this module
|
|
RemoveClass ( int ix ) : void |
Delete the class at an index in the class array
|
Method | Description | |
---|---|---|
GetClass ( string nameSpace, string name, bool both ) : |
Method | Description | |
---|---|---|
AddToClassList ( |
||
GetExistingClass ( string nameSpace, string name ) : |
||
NameString ( ) : string | ||
ResolutionScope ( string name ) : System |
protected GetClass ( string nameSpace, string name, bool both ) : |
||
nameSpace | string | |
name | string | |
both | bool | |
return |
public RemoveClass ( |
||
aClass | The name of the class to be deleted | |
return | void |
public RemoveClass ( int ix ) : void | ||
ix | int | The index of the class to be deleted (from 0) |
return | void |
protected ArrayList,System.Collections classes | ||
return |