CVB.Net 14.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
IntPtrUtilities Class Reference

Several utility functions that make interfacing managed and unmanaged DLLs easier. More...

Static Public Member Functions

static int ToHashCode (this IntPtr p)
 Build a 32 bit hash code (suitable for overriding "GetHash") from and IntPtr. More...
 

Detailed Description

Several utility functions that make interfacing managed and unmanaged DLLs easier.

Member Function Documentation

◆ ToHashCode()

static int ToHashCode ( this IntPtr  p)
static

Build a 32 bit hash code (suitable for overriding "GetHash") from and IntPtr.

Parameters
p
Returns