NodeIDUtil Methods
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The NodeIDUtil type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IDToBaseNode | Converts the specified nodeID to a BaseNode object. This method attempts to type cast based on the GUID of the node. | |
| IDToCustomDevice | Converts the specified nodeID to a CustomDevice object. | |
| IDToCustomDeviceBase | Converts the specified nodeID to a CustomDeviceBase object. | |
| IDToCustomDeviceChannel | Converts the specified nodeID to a CustomDeviceChannel object. | |
| IDToCustomDeviceSection | Converts the specified nodeID to a CustomDeviceSection object. | |
| IDToCustomDeviceWaveform | Converts the specified nodeID to a CustomDeviceWaveform object. | |
| IDToTimingSyncDevice | Converts the specified nodeID to a TimingAndSyncDevice object. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |