

Deployment Tools Foundation
FromHandle Method (handle, ownsHandle)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Transaction ► FromHandle(IntPtr, Boolean)
Creates a new Transaction object from an integer handle.

C# | Visual Basic | Visual C++ | F# |
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 )
static member FromHandle : handle : IntPtr * ownsHandle : bool -> Transaction

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