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 SourceGraphContext()
Declaration
public GraphContext()
Properties
| Improve this Doc View SourceContext
Declaration
public nvgraphContext Context { get; }
Property Value
| Type | Description |
|---|---|
| nvgraphContext |
Methods
| Improve this Doc View SourceCreateGraphDecriptor()
Declaration
public GraphDescriptor CreateGraphDecriptor()
Returns
| Type | Description |
|---|---|
| GraphDescriptor |
Dispose()
Dispose
Declaration
public void Dispose()
Dispose(Boolean)
For IDisposable
Declaration
protected virtual void Dispose(bool fDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | fDisposing |
Finalize()
For dispose
Declaration
protected void Finalize()
Implements
System.IDisposable