Search Results for

    Show / Hide Table of Contents

    Class ProjectAddOn

    Class that represents a project add-on.

    Inheritance
    object
    ProjectAddOn
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common
    Assembly: Evergine.Common.dll
    Syntax
    public class ProjectAddOn

    Properties

    Id

    Gets or sets the add-on id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    LocalPath

    Gets or sets the path to add-on source project.

    Declaration
    public string LocalPath { get; set; }
    Property Value
    Type Description
    string

    Version

    Gets or sets the add-on version.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX