Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Botcharnikov <dmitry.b@samsung.com>2016-06-08 18:43:43 +0300
committerDmitri Botcharnikov <dmitry.b@samsung.com>2016-06-08 18:43:43 +0300
commit21c27cdeca7a43936e9cb9d837919f62a3370ab1 (patch)
treef7401e9ed8fd977b9d1a925fcaa6a55eca32e23b /pkg/descriptions.json
parentc9598abc6f87cb4c7ef32513d6f4ff153b81debc (diff)
Add System.Diagnostics.Debug.SymbolReader assembly.
This assembly allows reading a debug information from portable pdb files.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 732c483ae6..fca826262d 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -414,6 +414,13 @@
]
},
{
+ "Name": "System.Diagnostics.Debug.SymbolReader",
+ "Description": "Provides the System.Diagnostics.Debug.SymbolReader class, which allows extraction of a debug information from portable pdb files.",
+ "CommonTypes": [
+ "System.Diagnostics.Debug.SymbolReader"
+ ]
+ },
+ {
"Name": "System.Diagnostics.FileVersionInfo",
"Description": "Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk.",
"CommonTypes": [