C# Class Service.Service.Loader.ServiceLoader

Show file Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
GetService ( ) : LocalService
GetServiceName ( ) : string
Load ( string path, string name ) : void

Private Methods

Method Description
ServiceLoader ( string path, string name ) : System

Method Details

GetService() public method

public GetService ( ) : LocalService
return LocalService

GetServiceName() public method

public GetServiceName ( ) : string
return string

Load() public static method

public static Load ( string path, string name ) : void
path string
name string
return void