Represents a method within a symbol reader.
ISymbolMethod
[Visual Basic] Public Interface ISymbolMethod [C#] public interface ISymbolMethod [C++] public __gc __interface ISymbolMethod
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
This provides access to only the symbol related attributes of a method such as sequence points, lexical scopes, and parameter information. Use it in conjunction with other means to read the type-related attributes of a method (for example: the System.Reflection classes).
Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib.dll
ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace