ISymUnmanagedMethod Interface
Represents a method within the symbol store. This interface provides access to only the symbol-related attributes of a method, instead of the type-related attributes.
Methods
Method | Description |
---|---|
Gets the namespace within which this method is defined. |
|
Returns the offset within this method that corresponds to a given position within a document. |
|
Gets the parameters for this method. |
|
Given a position in a document, returns an array of start and end offset pairs that correspond to the ranges of Microsoft intermediate language (MSIL) that the position covers within this method. |
|
Gets the root lexical scope within this method. This scope encloses the entire method. |
|
Gets the most enclosing lexical scope within this method that encloses the given offset. |
|
Gets the count of sequence points within this method. |
|
Gets all the sequence points within this method. |
|
Gets the start and end document positions for the source of this method. |
|
Returns the metadata token for this method. |
Requirements
Header: CorSym.idl