SymMethod Class
.NET Framework 3.0
Represents a method within a symbol store.
Namespace: System.Diagnostics.SymbolStore
Assembly: ISymWrapper (in isymwrapper.dll)
Assembly: ISymWrapper (in isymwrapper.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Class SymMethod Implements ISymbolMethod 'Usage Dim instance As SymMethod
/** @attribute ComVisibleAttribute(true) */ public class SymMethod implements ISymbolMethod
ComVisibleAttribute(true) public class SymMethod implements ISymbolMethod
Not applicable.
The SymMethod class provides access only to the symbol-related attributes of a method, such as sequence points, lexical scopes, and parameter information. Use the System.Reflection classes to read the type-related attributes of a method.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: