Share via


WSManPluginManagedEntryInstanceWrapper Class

Definition

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.

Applies to