Click or drag to resize
PackageEnsureHostInstance Method
Returns True if no host application(s) interfere with running instance, otherwise returns False.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool EnsureHostInstance(
	bool showDialog = true
)

Parameters

showDialog (Optional)
Type: SystemBoolean
If True shows warning dialog.

Return Value

Type: Boolean
Remarks