CVB.Net 15.0
Loading...
Searching...
No Matches
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.
 

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