Search Results for

    Show / Hide Table of Contents

    Class CompiledInstallationComponent

    Represents an installation component that is based on compiled .NET code

    Inheritance
    System.Object
    InstallationComponent
    CompiledInstallationComponent
    Inherited Members
    InstallationComponent.ComponentUuid
    InstallationComponent.InvariantFriendlyName
    InstallationComponent.Mandatory
    InstallationComponent.ProviderInvariantName
    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
    In This Article
    Back to top Copyright © 2020 software architects gmbh