ISymbolMethod Interface
Represents a method within a symbol store.
For a list of all members of this type, see ISymbolMethod Members.
[Visual Basic] Public Interface ISymbolMethod [C#] public interface ISymbolMethod [C++] public __gc __interface ISymbolMethod [JScript] public interface ISymbolMethod
Remarks
The ISymbolMethod interface provides access only to the symbol-related attributes of a method, such as sequence points, lexical scopes, and parameter information. Use it with the System.Reflection classes to read the type-related attributes of a method.
Note This interface is the managed counterpart of the ISymUnmanagedMethod interface, defined in the Debug Reference (located in the %\Microsoft.NET\Framework SDK\Tool Developers Guide\Docs directory). The unmanaged Symbol Store interfaces described in the Debug Reference provide an alternative set of unmanaged APIs for writing and manipulating symbolic information.
Requirements
Namespace: System.Diagnostics.SymbolStore
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace | ISymbolReader | ISymbolScope | Emitting Symbolic Information with Reflection Emit