Method | Description | |
---|---|---|
AddNeededNode ( string nodeName ) : void | ||
AddSupportedCapability ( string capName ) : void | ||
AddSupportedMapOutputMode ( |
||
FilterList ( |
||
FromNative ( |
Creates a managed Query object to wrap a native one.
|
|
SetCreationInfo ( string creationInfo ) : void | ||
SetExistingNodeOnly ( bool existing ) : void | ||
SetMaxVersion ( Version max ) : void | ||
SetMinVersion ( Version min ) : void | ||
SetName ( string name ) : void | ||
SetSupportedMinUserPositions ( uint count ) : void | ||
SetVendor ( string vendorName ) : void |
Method | Description | |
---|---|---|
FreeObject ( |
Method | Description | |
---|---|---|
Query ( |
public AddNeededNode ( string nodeName ) : void | ||
nodeName | string | |
return | void |
public AddSupportedCapability ( string capName ) : void | ||
capName | string | |
return | void |
public AddSupportedMapOutputMode ( |
||
mode | ||
return | void |
public FilterList ( |
||
context | ||
list | NodeInfoList | |
return | void |
protected FreeObject ( |
||
ptr | ||
return | void |
public static FromNative ( |
||
pQuery | The native query pointer | |
return |
public SetCreationInfo ( string creationInfo ) : void | ||
creationInfo | string | |
return | void |
public SetExistingNodeOnly ( bool existing ) : void | ||
existing | bool | |
return | void |
public SetSupportedMinUserPositions ( uint count ) : void | ||
count | uint | |
return | void |
public SetVendor ( string vendorName ) : void | ||
vendorName | string | |
return | void |