Show / Hide Table of Contents

    Class GraphContext

    Inheritance
    System.Object
    GraphContext
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NVGraph
    Assembly: NVGraph.dll
    Syntax
    public class GraphContext : IDisposable

    Constructors

    | Improve this Doc View Source

    GraphContext()

    Declaration
    public GraphContext()

    Properties

    | Improve this Doc View Source

    Context

    Declaration
    public nvgraphContext Context { get; }
    Property Value
    Type Description
    nvgraphContext

    Methods

    | Improve this Doc View Source

    CreateGraphDecriptor()

    Declaration
    public GraphDescriptor CreateGraphDecriptor()
    Returns
    Type Description
    GraphDescriptor
    | Improve this Doc View Source

    Dispose()

    Dispose

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    For IDisposable

    Declaration
    protected virtual void Dispose(bool fDisposing)
    Parameters
    Type Name Description
    System.Boolean fDisposing
    | Improve this Doc View Source

    Finalize()

    For dispose

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX