C# Class SobekCM.Core.Configuration.Extensions.ExtensionAssembly

显示文件 Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
ExtensionAssembly ( ) : System

Constructor for a new instance of the ExtensionAssembly class

ExtensionAssembly ( string ID, string FilePath ) : System

Constructor for a new instance of the ExtensionAssembly class

Method Details

ExtensionAssembly() public method

Constructor for a new instance of the ExtensionAssembly class
public ExtensionAssembly ( ) : System
return System

ExtensionAssembly() public method

Constructor for a new instance of the ExtensionAssembly class
public ExtensionAssembly ( string ID, string FilePath ) : System
ID string ID for this assembly, which is used throughout the configuration files to reference this assembly
FilePath string Absolute path and filename for this assembly DLL file
return System