Deployment Tools Foundation
InstallerHandle Constructor (handle, ownsHandle)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InstallerHandle ► InstallerHandle(IntPtr, Boolean)
Constructs a handle object from a native integer handle.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected InstallerHandle( IntPtr handle, bool ownsHandle )
Protected Sub New ( handle As IntPtr, ownsHandle As Boolean )
protected: InstallerHandle( IntPtr handle, bool ownsHandle )
new : handle : IntPtr * ownsHandle : bool -> InstallerHandle
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)