SymReader Class
Updated: September 30, 2015
Provides access to documents, methods, and variables within a symbol store.
Assembly: ISymWrapper (in ISymWrapper.dll)
System.Diagnostics.SymbolStore::SymReaderBase
System.Diagnostics.SymbolStore::SymReader
| Name | Description | |
|---|---|---|
![]() | UserEntryPoint | Gets the metadata token for the method that was specified as the user entry point for the module, if any. |
| Name | Description | |
|---|---|---|
![]() | {dtor}() | Releases the resources held by the current instance.(Inherited from SymReaderBase.) |
![]() | Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the resources used by the current instance of the SymReader class. |
![]() | Dispose(Boolean) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases unmanaged resources and performs other cleanup operations before the SymReader is reclaimed by garbage collection.(Overrides Object::Finalize().) |
![]() | GetDocument(String^, Guid, Guid, Guid) | Gets a document specified by the URL for the document and optionally the language, language vendor, and type. |
![]() | GetDocuments() | Gets an array of all documents defined in the symbol store. |
![]() | GetGlobalVariables() | Throws a NotSupportedException in all cases. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMethod(SymbolToken) | Gets a symbol reader method object when given the identifier of a method. |
![]() | GetMethod(SymbolToken, Int32) | Gets a symbol reader method object when given the identifier of a method and its edit and continue version. |
![]() | GetMethodFromDocumentPosition(ISymbolDocument^, Int32, Int32) | Gets a symbol reader method object that contains a specified position in a document. |
![]() | GetNamespaces() | Throws a NotSupportedException in all cases. |
![]() | GetSymAttribute(SymbolToken, String^) | Throws a NotSupportedException in all cases. |
![]() | GetType() | |
![]() | GetVariables(SymbolToken) | Throws a NotSupportedException in all cases. |
![]() | MemberwiseClone() | |
![]() | ReplaceSymbolStore(String^, IntPtr) | Replaces the existing symbol store with a delta symbol store. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UpdateSymbolStore(String^, IntPtr) | Updates the existing symbol store with a delta symbol store. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


