Class GeometricGraphProfile
A profile with settings for a memory-mapped geometric graph.
Inheritance
System.Object
GeometricGraphProfile
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class GeometricGraphProfile
Fields
Aggressive32
An profile that aggressively caches data with potenally 32Kb of cached data.
Declaration
public static GeometricGraphProfile Aggressive32
Field Value
|
GeometricGraphProfile
|
Default
A default profile that use no caching for coordinates but aggressive for graph.
Declaration
public static GeometricGraphProfile Default
Field Value
|
GeometricGraphProfile
|
NoCache
A profile that tells the graph to use no caching.
Declaration
public static GeometricGraphProfile NoCache
Field Value
|
GeometricGraphProfile
|
OneBuffer
A profile that tells the graph to prepare for sequential access.
Declaration
public static GeometricGraphProfile OneBuffer
Field Value
|
GeometricGraphProfile
|
Properties
CoordinatesProfile
Gets or sets the coordinates profile.
Declaration
public ArrayProfile CoordinatesProfile { get; set; }
Property Value
|
ArrayProfile
|
GraphProfile
Gets or sets the graph profile.
Declaration
public GraphProfile GraphProfile { get; set; }
Property Value
|
GraphProfile
|