Search Results for

    Show / Hide Table of Contents

    Class ExternalType

    A class that represents a reference to an assembly that should be loaded from the fx.

    Inheritance
    System.Object
    ExternalType
    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.Extensibility
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ExternalType

    Constructors

    ExternalType()

    Declaration
    public ExternalType()

    Properties

    AssemblyName

    Gets or sets the name of the assembly.

    Declaration
    public AssemblyName AssemblyName { get; set; }
    Property Value
    Type Description
    System.Reflection.AssemblyName

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Namespace

    Gets or sets the namespace.

    Declaration
    public string Namespace { get; set; }
    Property Value
    Type Description
    System.String

    Path

    Gets or sets the path.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    System.String

    TypeName

    Gets or sets the name of the type.

    Declaration
    public string TypeName { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2025 software architects gmbh