C# Class ICSharpCode.Core.AddIn

Exibir arquivo Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
CreateObject ( string className ) : object
GetExtensionPath ( string pathName ) : ExtensionPath
Load ( TextReader textReader ) : AddIn
Load ( TextReader textReader, string hintPath ) : AddIn
Load ( string fileName ) : AddIn
ToString ( ) : string

Private Methods

Method Description
AddIn ( ) : System
SetupAddIn ( XmlReader reader, AddIn addIn, string hintPath ) : void

Method Details

CreateObject() public method

public CreateObject ( string className ) : object
className string
return object

GetExtensionPath() public method

public GetExtensionPath ( string pathName ) : ExtensionPath
pathName string
return ExtensionPath

Load() public static method

public static Load ( TextReader textReader ) : AddIn
textReader System.IO.TextReader
return AddIn

Load() public static method

public static Load ( TextReader textReader, string hintPath ) : AddIn
textReader System.IO.TextReader
hintPath string
return AddIn

Load() public static method

public static Load ( string fileName ) : AddIn
fileName string
return AddIn

ToString() public method

public ToString ( ) : string
return string