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 SourceApplicableVersion
Declaration
public string ApplicableVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssemblyVersion
Declaration
public string AssemblyVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Author
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InternalName
Declaration
public string InternalName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsHide
Declaration
public bool IsHide { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RepoUrl
Declaration
public string RepoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |