QuickGraph.Heap.GcTypeHeap.Load C# (CSharp) Méthode

Load() public static méthode

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

Same methods

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