Click or drag to resize

SingletonAppCheckSingleTone Method

동일 프로세스 검색

Namespace:  SHConnector.Utility.ProcessManager
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public static bool CheckSingleTone(
	bool ShowApp = true
)

Parameters

ShowApp (Optional)
Type: SystemBoolean
Only Show App.

Return Value

Type: Boolean
True (최초 Process) / False (이미 실행된 Process가 있음)
See Also