The methods of the ISymbolMethod interface are listed below. For a complete list of ISymbolMethod interface members, see the ISymbolMethod Members topic.
GetNamespace | Gets the namespace that the current method is defined within. |
GetOffset | Gets the offset within the method that corresponds to the specified position. |
GetParameters | Gets the parameters for the current method. |
GetRanges | Given a position in a document, get an array of start/end offset pairs that correspond to the ranges of IL that the position covers within this method. The array is an array of integers and is [start, end, start, end]. The number of range pairs is the length of the array divided by 2. |
GetScope | Given an offset within the method, returns the most enclosing lexical scope. |
GetSequencePoints | Get the sequence points for the current method. |
GetSourceStartEnd | Get the start and end positions for the source of the current method. |
ISymbolMethod Interface | System.Diagnostics.SymbolStore Namespace