FromHandle Method (handle, ownsHandle)

Microsoft Deployment Tools

Deployment Tools Foundation FromHandle Method (handle, ownsHandle)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTransactionFromHandle(IntPtr, Boolean)
Creates a new Transaction object from an integer handle.
Declaration Syntax
C# Visual Basic Visual C++
public static Transaction FromHandle(
	IntPtr handle,
	bool ownsHandle
)
Public Shared Function FromHandle ( _
	handle As IntPtr, _
	ownsHandle As Boolean _
) As Transaction
public:
static Transaction^ FromHandle(
	IntPtr handle, 
	bool ownsHandle
)
Parameters
handle (IntPtr)
Integer transaction handle
ownsHandle (Boolean)
true to close the handle when this object is disposed

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