コード例 #1
0
ファイル: Shell.cs プロジェクト: mono/heap-prof
    public void Open(string fn)
    {
        Profile p = new Profile (fn);
        p.ReadMetadata ();

        Add (new TypeGraphComponent (p));
    }