Deployment Tools Foundation
GetHashCode Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► InstallerHandle ► GetHashCode()()()()
Gets a hash value for the handle object.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public: virtual int GetHashCode() override
abstract GetHashCode : unit -> int override GetHashCode : unit -> int
Return Value
Int32
A hash code for the handle object.
A hash code for the handle object.
Remarks
The hash code is derived from the native integer handle.
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)