Online and CHM
MethodInformation Class Members
Properties 


KellermanSoftware.StaticCodeAnalysis Namespace : MethodInformation Class

The following tables list the members exposed by MethodInformation.

Public Constructors
 NameDescription
Public Constructor Default Constructor  
Top
Public Properties
 NameDescription
Public Property The line count of code in the method body  
Public Property The cyclomatic complexity of the method  
Public Property The line number that the method starts in the original content  
Public Property The code portion of the method without comments and blank lines  
Public Property The name of the method  
Public Property The maximum number of nesting for the body of the method  
Public Property The scope, method name, and parameters of the method  
Top
See Also

Reference

MethodInformation Class
KellermanSoftware.StaticCodeAnalysis Namespace