Click or drag to resize
PackageInitialize Method (IntPtr, Boolean, Boolean, Boolean, Boolean)

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static void Initialize(
	IntPtr handle,
	bool initRegistry = true,
	bool initFolders = true,
	bool initSchema = true,
	bool initExtensions = true
)

Parameters

handle
Type: SystemIntPtr
initRegistry (Optional)
Type: SystemBoolean
initFolders (Optional)
Type: SystemBoolean
initSchema (Optional)
Type: SystemBoolean
initExtensions (Optional)
Type: SystemBoolean
See Also