CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct NativeHandleId

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare.InteropHelpers
    Assembly: CriWare.CriBase.dll
    Syntax
    public struct NativeHandleId

    Properties

    IsDestroyable

    Declaration
    public bool IsDestroyable { get; }
    Property Value
    Type Description
    bool

    Methods

    BindDataSection(nint, long)

    Declaration
    public void BindDataSection(nint buffer, long size)
    Parameters
    Type Name Description
    IntPtr buffer
    long size

    Operators

    implicit operator IntPtr(NativeHandleId)

    Declaration
    public static implicit operator IntPtr(NativeHandleId id)
    Parameters
    Type Name Description
    NativeHandleId id
    Returns
    Type Description
    IntPtr

    implicit operator NativeHandleId(IntPtr)

    Declaration
    public static implicit operator NativeHandleId(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr
    Returns
    Type Description
    NativeHandleId
    In this article
    Back to top Generated by DocFX