PluginType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of Plugin.
public enum class PluginType
public enum PluginType
type PluginType =
Public Enum PluginType
- Inheritance
-
PluginType
Fields
| Managed | 0 | A .NET DLL. |
| Native | 1 | A native (C++) DLL. |