Method | Description | |
---|---|---|
AddLicense ( License license ) : void | ||
Context ( ) : System | ||
Context ( string xmlFile ) : System | ||
CreateAnyProductionTree ( NodeType type, |
||
CreateProductionNodeFromNative ( |
||
CreateProductionTree ( |
||
EnumerateExistingNodes ( ) : NodeInfoList | ||
EnumerateExistingNodes ( NodeType type ) : NodeInfoList | ||
EnumerateLicenses ( ) : License[] | ||
EnumerateProductionTrees ( NodeType type, |
||
FindExistingNode ( NodeType type ) : |
||
FromNative ( |
Creates a managed Context object to wrap a native one.
|
|
GetGlobalErrorState ( ) : string |
Gets the global error state.
|
|
GetGlobalMirror ( ) : bool | ||
GetProductionNodeByName ( string name ) : |
||
GetProductionNodeInfoByName ( string name ) : |
||
OpenFileRecording ( string fileName ) : void | ||
RunXmlScript ( string xml ) : void | ||
RunXmlScriptFromFile ( string xmlFile ) : void | ||
SetGlobalMirror ( bool mirror ) : void | ||
Shutdown ( ) : void | ||
StartGeneratingAll ( ) : void | ||
StopGeneratingAll ( ) : void | ||
WaitAndUpdateAll ( ) : void | ||
WaitAnyUpdateAll ( ) : void | ||
WaitNoneUpdateAll ( ) : void | ||
WaitOneUpdateAll ( |
Method | Description | |
---|---|---|
FreeObject ( |
Method | Description | |
---|---|---|
Context ( |
||
CreateAnyProductionTreeImpl ( NodeType type, |
||
CreateProductionNodeObject ( |
||
CreateProductionNodeObject ( |
||
ErrorStateChangedCallback ( |
||
Init ( ) : |
||
InitFromXml ( string xmlFile ) : |
public CreateAnyProductionTree ( NodeType type, |
||
type | NodeType | |
query | ||
return |
public static CreateProductionNodeFromNative ( |
||
hNodeHandle | ||
return |
public CreateProductionTree ( |
||
nodeInfo | ||
return |
public EnumerateExistingNodes ( ) : NodeInfoList | ||
return | NodeInfoList |
public EnumerateExistingNodes ( NodeType type ) : NodeInfoList | ||
type | NodeType | |
return | NodeInfoList |
public EnumerateProductionTrees ( NodeType type, |
||
type | NodeType | |
query | ||
return | NodeInfoList |
public FindExistingNode ( NodeType type ) : |
||
type | NodeType | |
return |
protected FreeObject ( |
||
ptr | ||
return | void |
public static FromNative ( |
||
pContext | A pointer to the native object | |
return |
public GetProductionNodeByName ( string name ) : |
||
name | string | |
return |
public GetProductionNodeInfoByName ( string name ) : |
||
name | string | |
return |
public OpenFileRecording ( string fileName ) : void | ||
fileName | string | |
return | void |
public RunXmlScriptFromFile ( string xmlFile ) : void | ||
xmlFile | string | |
return | void |
public SetGlobalMirror ( bool mirror ) : void | ||
mirror | bool | |
return | void |
public WaitOneUpdateAll ( |
||
node | ||
return | void |