Show / Hide Table of Contents

Class PluginDefinition

Inheritance
System.Object
PluginDefinition
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: Dalamud.Plugin
Assembly: Dalamud.dll
Syntax
public class PluginDefinition

Properties

| Improve this Doc View Source

ApplicableVersion

Declaration
public string ApplicableVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

AssemblyVersion

Declaration
public string AssemblyVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Author

Declaration
public string Author { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

InternalName

Declaration
public string InternalName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsHide

Declaration
public bool IsHide { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RepoUrl

Declaration
public string RepoUrl { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX