Click or drag to resize

IAssemblyInfo Interface

Interface for assembly info

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IAssemblyInfo : IApplicationIdentity

The IAssemblyInfo type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyPath
Gets the assembly path
Public propertyCaption
Assembly Caption
Public propertyContainsThirdPartyModules
Gets or sets wether the assembly contains Thrid Party modules
Public propertyCopyright
Assembly Copyright
Public propertyIcon
Assembly Icon
Public propertyId
Application Guid
(Inherited from IApplicationIdentity.)
Public propertyName
AssemblyName
Public propertyParam
Gets the EbpAutoLoadAttribute parameter
Public propertyRequired
Gets or sets wheter the assembly is required (true) or optional (false)
Public propertyShortCaption
Assembly Caption
Public propertyVersion
Application version
(Inherited from IApplicationIdentity.)
Top
Remarks
Classes which implement this interface must be marked as Serializable
See Also