Plugin |
The PluginCommandResult type exposes the following members.
| Name | Description | |
|---|---|---|
| PluginCommandResult(PluginCommandState) | Initializes a new instance of the PluginCommandResult class. | |
| PluginCommandResult(PluginCommandState, String) | Initializes a new instance of the PluginCommandResult class. | |
| PluginCommandResult(PluginCommandState, String, Object) | Initializes a new instance of the PluginCommandResult class. |
| Name | Description | |
|---|---|---|
| Message | Gets a message returned by the plugin. | |
| OK | Gets a result that indicates that the command executed correctly. | |
| ProcedureReturnValue | Gets a value that is returned to a procedure. | |
| State | Gets the result state. | |
| UnknownCommand | Gets a result that indicates that the requested command is unknown. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |