C# Class ICSharpCode.Core.ExtensionPath

Description of Path.
Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
ExtensionPath ( string name, AddIn addIn ) : System
SetUp ( ExtensionPath extensionPath, XmlReader reader, string endElement ) : void

Method Details

ExtensionPath() public method

public ExtensionPath ( string name, AddIn addIn ) : System
name string
addIn AddIn
return System

SetUp() public static method

public static SetUp ( ExtensionPath extensionPath, XmlReader reader, string endElement ) : void
extensionPath ExtensionPath
reader System.Xml.XmlReader
endElement string
return void