Show / Hide Table of Contents

Class IntPtrExtension

Inheritance
System.Object
IntPtrExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public static class IntPtrExtension

Methods

ToInt64(IntPtr, Boolean)

Declaration
public static long ToInt64(this IntPtr ptr, bool trycatch)
Parameters
Type Name Description
System.IntPtr ptr
System.Boolean trycatch
Returns
Type Description
System.Int64
Back to top Generated by DocFX