IPlatformServiceLocator.GetService(T) Method

IPlatformServiceLocatorGetServiceT Method

Used to get service of a specific type

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
T GetService<T>()
where T : class
Function GetService(Of T As Class) As T

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rhino.Runtime.IPlatformServiceLocator.GetService``1"]

Return Value

Type: T

[Missing <returns> documentation for "M:Rhino.Runtime.IPlatformServiceLocator.GetService``1"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also