Click or drag to resize
PluginSettings Methods

The PluginSettings type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadBool(IPlugin, String)
Returns a nullable bool from Values.
Public methodReadBool(IPlugin, String, Boolean)
Returns a bool from Values.
Public methodReadDateTime(IPlugin, String)
Returns a nullable DateTime from Values. The DateTimeKind is local.
Public methodReadDateTime(IPlugin, String, DateTime)
Returns a DateTime from Values. The DateTimeKind is local.
Public methodReadDouble(IPlugin, String)
Returns a nullable double from Values.
Public methodReadDouble(IPlugin, String, Double)
Returns a double from Values.
Public methodReadInt(IPlugin, String)
Returns a nullable int from Values.
Public methodReadInt(IPlugin, String, Int32)
Returns an integer from Values.
Public methodReadLong(IPlugin, String)
Returns a nullable long from Values.
Public methodReadLong(IPlugin, String, Int64)
Returns a long from Values.
Public methodReadString
Returns a string from Values.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(IPlugin, String, Boolean)
Writes a bool into Values.
Public methodWrite(IPlugin, String, DateTime)
Writes a DateTime into Values.
Public methodWrite(IPlugin, String, Double)
Writes a double into Values.
Public methodWrite(IPlugin, String, Int32)
Writes an int into Values.
Public methodWrite(IPlugin, String, Int64)
Writes a long into Values.
Public methodWriteT(IPlugin, String, T)
Writes a value into Values.
Top
See Also