Show / Hide Table of Contents

Class PluginInfo

Inheritance
System.Object
PluginInfo
Inherited Members
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: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public class PluginInfo

Properties

author

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

name

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

version

Declaration
public int version { get; set; }
Property Value
Type Description
System.Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX