Share via


CimCmdletsAssemblyInitializer.OnImport Method ()

 

The Windows PowerShell engine calls this method when the CIM cmdlets module is loaded.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

public void OnImport()
public:
virtual void OnImport() sealed
abstract OnImport : unit -> unit
override OnImport : unit -> unit
Public Sub OnImport

Implements

IModuleAssemblyInitializer.OnImport()

See Also

CimCmdletsAssemblyInitializer Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top