Class CompiledInstallationComponent
Represents an installation component that is based on compiled .NET code
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.Install
Assembly: TimeCockpit.Data.dll
Syntax
public class CompiledInstallationComponent : InstallationComponent
Constructors
CompiledInstallationComponent()
Declaration
public CompiledInstallationComponent()
Properties
AssemblyName
Gets or sets the name of the assembly of the installation component.
Declaration
public string AssemblyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MethodName
Gets or sets the name of the method of the installation component.
Declaration
public string MethodName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeName
Gets or sets the name of the type of the installation component.
Declaration
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |