WSManPluginManagedEntryWrapper.ShutdownPlugin(IntPtr) Method
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.
Called only once during shutdown. This is used to perform various deinitializations.
public:
static void ShutdownPlugin(IntPtr pluginContext);
public static void ShutdownPlugin (IntPtr pluginContext);
static member ShutdownPlugin : nativeint -> unit
Public Shared Sub ShutdownPlugin (pluginContext As IntPtr)
Parameters
- pluginContext
-
IntPtr
nativeint
PVOID.