'Declaration
Public Overridable Function GetService( _ ByVal type As System.Type _ ) As System.Object
'Usage
Dim instance As NComponent Dim type As System.Type Dim value As System.Object value = instance.GetService(type)
public virtual System.object GetService( System.Type type )
Parameters
- type