Returns a service object that can be accessed at runtime. The method returns null if no service object is associated with the specified symbolic name.
[Visual Basic .NET] |
---|
Public Function GetServiceByName( _ ByVal Name As String _ ) As Object |
[C#] |
---|
public Object GetServiceByName( string Name ); |
[Managed C++] |
---|
public: IUnknown^ GetServiceByName( String __gc ^ Name ); |
[Java] |
---|
public Object getServiceByName( String Name ); |
[Python - STK API ![]() |
---|
def GetServiceByName(self, Name:str) -> "IUnknown": |
- Name