GetService(Type)
- Updated2025-10-14
- 1 minute(s) read
Returns an object that represents a service provided by NIRfsg.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public object GetService(Type serviceType)
Parameters
| Name | Type | Description |
|---|---|---|
| serviceType | Type | Specifies a service provided by NIRfsg. |
Returns
Returns an Object that represents a service provided by NIRfsg, or null if NIRfsg does not provide the specified service.