NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.GetService Method

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital.GetService Method

NIDigitalGetService Method

Gets the service object of the specified type.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public Object GetService(
	Type serviceType
)
Public Function GetService ( 
	serviceType As Type
) As Object

Parameters

serviceType
Type: SystemType
An object that specifies the Type of the object.

Return Value

Type: Object
The object of Type determined by serviceType.

Implements

IServiceProviderGetService(Type)

See Also

Log in to get a better experience