C# Class Castle.VisualStudio.MonoRailIntelliSenseProvider.IntelliSenseProvider

Show file Open project: jonorossi/cvsi Class Usage Examples

Public Methods

Method Description
FindBinaryDirectory ( string hintViewFileName ) : string
GetHelpers ( ) : List
GetViewComponents ( ) : List
IntelliSenseProvider ( string binaryDirectory ) : System.Collections.Generic

Private Methods

Method Description
GetAssembliesInBinaryDirectory ( ) : List
IntelliSenseProvider ( ) : System.Collections.Generic
IsIgnored ( string fileName ) : bool
TypeInherits ( Mono.Cecil.TypeDefinitionCollection typeDefs, Mono.Cecil.TypeDefinition type, string fullTypeName ) : bool

Method Details

FindBinaryDirectory() public static method

public static FindBinaryDirectory ( string hintViewFileName ) : string
hintViewFileName string
return string

GetHelpers() public method

public GetHelpers ( ) : List
return List

GetViewComponents() public method

public GetViewComponents ( ) : List
return List

IntelliSenseProvider() public method

public IntelliSenseProvider ( string binaryDirectory ) : System.Collections.Generic
binaryDirectory string
return System.Collections.Generic