FromHandle Method (handle, ownsHandle)

DTF API

Copy image CopyHover image
Deployment Tools Foundation FromHandle Method (handle, ownsHandle)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerDatabaseFromHandle(IntPtr, Boolean)
Creates a new Database object from an integer database handle.
Declaration Syntax
C# Visual Basic Visual C++ F#
public static Database FromHandle(
	IntPtr handle,
	bool ownsHandle
)
Public Shared Function FromHandle ( 
	handle As IntPtr,
	ownsHandle As Boolean
) As Database
public:
static Database^ FromHandle(
	IntPtr handle, 
	bool ownsHandle
)
static member FromHandle : 
        handle : IntPtr * 
        ownsHandle : bool -> Database 
Parameters
handle (IntPtr)
Integer database handle
ownsHandle (Boolean)
true to close the handle when this object is disposed
Return Value
Remarks

This method is only provided for interop purposes. A Database object should normally be obtained from Database or a public Database constructor.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)