Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a symbol reader that provides access to documents, methods, and variables within a symbol store.
Methods
Method |
Description |
|---|---|
Finds a document. |
|
Returns an array of all the documents defined in the symbol store. |
|
Gets the specified version of the specified document. |
|
Returns all global variables. |
|
Gets a symbol reader method, given a method token. |
|
Gets a symbol reader method, given a method token and an edit-and-copy version number. |
|
Returns the method that contains the breakpoint at the given position in a document. |
|
Returns an array of methods, each of which contains the breakpoint at the given position in a document. |
|
Gets the method version. |
|
Gets the namespaces defined at global scope within this symbol store. |
|
Gets a custom attribute based upon its name. |
|
Provides the on-disk file name of the symbol store. |
|
Returns the method that was specified as the user entry point for the module, if any. |
|
Return a non-local variable, given its parent and name. |
|
Initializes the symbol reader with the metadata importer interface that this reader will be associated with, along with the file name of the module. |
|
Replaces the existing symbol store with a delta symbol store. |
|
Updates the existing symbol store with a delta symbol store. |
Requirements
Header: CorSym.idl
See Also
Reference
ISymUnmanagedReader2 Interface