Neokernel API

ServiceManager.getService Method

Returns an implementation for the specified service name; null (Nothing in Visual Basic) if none found.

Overload List

Returns an implementation for the specified service name; null (Nothing in Visual Basic) if none found.

public static object getService(string)

Returns an implementation for the specified service name if the service was found, and the authorization was accepted; null (Nothing in Visual Basic) otherwise.

public static object getService(string,object)

See Also

ServiceManager Class | com.neokernel.nk Namespace