public static ServiceStartModeEx GetStartMode(
ServiceController svc
)
Public Shared Function GetStartMode (
svc As ServiceController
) As ServiceStartModeEx
Dim svc As ServiceController
Dim returnValue As ServiceStartModeEx
returnValue = UtilServicing.GetStartMode(svc)
public:
static ServiceStartModeEx GetStartMode(
ServiceController^ svc
)
static member GetStartMode :
svc : ServiceController -> ServiceStartModeEx
No code example is currently available or this language may not be supported.