InstallerHandle Constructor (handle, ownsHandle)

Microsoft Deployment Tools

Deployment Tools Foundation InstallerHandle Constructor (handle, ownsHandle)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerInstallerHandleInstallerHandle(IntPtr, Boolean)
Constructs a handle object from a native integer handle.
Declaration Syntax
C# Visual Basic Visual C++
protected InstallerHandle(
	IntPtr handle,
	bool ownsHandle
)
Protected Sub New ( _
	handle As IntPtr, _
	ownsHandle As Boolean _
)
protected:
InstallerHandle(
	IntPtr handle, 
	bool ownsHandle
)
Parameters
handle (IntPtr)
Native integer handle.
ownsHandle (Boolean)
true to close the handle when this object is disposed or finalized

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)