Click or drag to resize

ControllerSetSelectortype Property

Determines selection method used to find the devices the entry applies to. Depending on the value chosen, one or more other properties must be set. The required fields for each mode are as follows: All: None. ControllerType: controllerType. HardwareType: controllerType, hardwareTypeGuid, hardwareIdentifier. ControllerTemplateType: controllerType, controllerTemplateTypeGuid. PersistentControllerInstance: controllerType, deviceInstanceGuid. SessionControllerInstance: controllerType, controllerId.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerSetSelectorType type { get; set; }

Property Value

Type: ControllerSetSelectorType
See Also