Show / Hide Table of Contents

Struct HandleDelegate

Handle for delegate serialized as structs

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public struct HandleDelegate

Fields

_isStaticFunc

Declaration
public bool _isStaticFunc
Field Value
Type Description
System.Boolean

FuncPtr

Declaration
public IntPtr FuncPtr
Field Value
Type Description
System.IntPtr

Marshalled

Declaration
public IntPtr Marshalled
Field Value
Type Description
System.IntPtr
Back to top Generated by DocFX