Class DFGReflectionHelpers
Inheritance
DFGReflectionHelpers
Syntax
public class DFGReflectionHelpers
Methods
Declaration
public static CompositorPortID GetDataInputPortIDValue(NodeSet nodeSet, Type nodeDefinition, string portName, int index = -1)
Parameters
| Type |
Name |
Description |
| NodeSet |
nodeSet |
|
| Type |
nodeDefinition |
|
| String |
portName |
|
| Int32 |
index |
|
Returns
GetDataOutputPortIDValue(NodeSet, Type, String)
Declaration
public static CompositorPortID GetDataOutputPortIDValue(NodeSet nodeSet, Type nodeDefinition, string portName)
Parameters
| Type |
Name |
Description |
| NodeSet |
nodeSet |
|
| Type |
nodeDefinition |
|
| String |
portName |
|
Returns
Declaration
public static CompositorPortID GetMessageInputPortIDValue(NodeSet nodeSet, Type nodeDefinition, string portName, int index = -1)
Parameters
| Type |
Name |
Description |
| NodeSet |
nodeSet |
|
| Type |
nodeDefinition |
|
| String |
portName |
|
| Int32 |
index |
|
Returns
GetMessageOutputPortIDValue(NodeSet, Type, String)
Declaration
public static CompositorPortID GetMessageOutputPortIDValue(NodeSet nodeSet, Type nodeDefinition, string portName)
Parameters
| Type |
Name |
Description |
| NodeSet |
nodeSet |
|
| Type |
nodeDefinition |
|
| String |
portName |
|
Returns