C# Class Gendarme.IgnoreFileList

Inheritance: Gendarme.Framework.BasicIgnoreList
ファイルを表示 Open project: remobjects/mono-tools Class Usage Examples

Public Methods

Method Description
IgnoreFileList ( IRunner runner, string fileName ) : System

Private Methods

Method Description
Add ( IDictionary list, string rule, string target ) : void
AddList ( IMetadataTokenProvider metadata, IEnumerable rules ) : void
GetString ( char buffer, int length ) : string
Parse ( ) : void
ProcessLine ( char buffer, int length ) : void
Push ( string fileName ) : void
Resolve ( ) : void
TearDown ( ) : void

Method Details

IgnoreFileList() public method

public IgnoreFileList ( IRunner runner, string fileName ) : System
runner IRunner
fileName string
return System