WSManPluginManagedEntryInstanceWrapper Class
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.
This is a thin wrapper around WSManPluginManagedEntryWrapper.InitPlugin() so that it can be called from native COM code in a non-static context.
This was done to get around an FXCop error: AvoidStaticMembersInComVisibleTypes.
public ref class WSManPluginManagedEntryInstanceWrapper sealed : IDisposable
public sealed class WSManPluginManagedEntryInstanceWrapper : IDisposable
type WSManPluginManagedEntryInstanceWrapper = class
interface IDisposable
Public NotInheritable Class WSManPluginManagedEntryInstanceWrapper
Implements IDisposable
- Inheritance
-
WSManPluginManagedEntryInstanceWrapper
- Implements
Constructors
WSManPluginManagedEntryInstanceWrapper() |
Methods
Dispose() |
Internal implementation of Dispose pattern callable by consumers. |
Finalize() |
Finalizes an instance of the WSManPluginManagedEntryInstanceWrapper class. |
GetEntryDelegate() |
Entry point for native code that cannot call static methods. |