Show / Hide Table of Contents

    Struct CUstreamMemOpWriteValueParams

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public struct CUstreamMemOpWriteValueParams

    Fields

    | Improve this Doc View Source

    address

    Declaration
    public CUdeviceptr address
    Field Value
    Type Description
    CUdeviceptr
    | Improve this Doc View Source

    alias

    For driver internal use. Initial value is unimportant.

    Declaration
    public CUdeviceptr alias
    Field Value
    Type Description
    CUdeviceptr
    | Improve this Doc View Source

    flags

    Declaration
    public uint flags
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    operation

    Declaration
    public CUstreamBatchMemOpType operation
    Field Value
    Type Description
    CUstreamBatchMemOpType
    | Improve this Doc View Source

    value

    Declaration
    public cuuint3264_union value
    Field Value
    Type Description
    cuuint3264_union
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX