QuickGraph.Heap.GcTypeHeap.Load C# (CSharp) Method

Load() public static method

Loads the specified heap XML file name.
public static Load ( string heapXmlFileName ) : GcTypeHeap
heapXmlFileName string Name of the heap XML file.
return GcTypeHeap
        public static GcTypeHeap Load(string heapXmlFileName)
        {
            return Load(heapXmlFileName, null);
        }

Same methods

GcTypeHeap::Load ( string heapXmlFileName, string eeHeapFileName ) : GcTypeHeap