Interface ISCStarterNativeUtils
SCStarterNativeUtils.dll interface
Assembly: AppStarterInterface.dll
Syntax
[Guid("8737E4D6-AD3B-4145-964A-0E2A2E0A51D6")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISCStarterNativeUtils
Methods
CheckRunParams(string)
checks passed params in prime. if true this process should end
Declaration
bool CheckRunParams(string parameters)
Parameters
| Type |
Name |
Description |
| string |
parameters |
|
Returns
CheckSign(string)
Declaration
bool CheckSign(string fileName)
Parameters
| Type |
Name |
Description |
| string |
fileName |
|
Returns
DetachLoggers()
Declaration
GetPidFolderPath()
returns folder path for pid files
Declaration
string GetPidFolderPath()
Returns
InitLogs(bool)
Declaration
void InitLogs(bool aprocDependentFileName)
Parameters
| Type |
Name |
Description |
| bool |
aprocDependentFileName |
|
Logger()
Declaration
Returns
SetAppStarter(ICAMAppStarter)
Declaration
void SetAppStarter(ICAMAppStarter appStarter)
Parameters
StopLog(bool)
Declaration
Parameters
| Type |
Name |
Description |
| bool |
Free |
|