Search Results for

    Show / Hide Table of Contents

    Class ProjectAddOn

    Class that represents a project add-on.

    Inheritance
    object
    ProjectAddOn
    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 the 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