CimCmdletsAssemblyInitializer Class

 

Initializes the CIM cmdlets. It provides a hook to the engine for startup initialization with respect to compiled assembly loading.

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

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimCmdlets.CimCmdletsAssemblyInitializer

Syntax

public sealed class CimCmdletsAssemblyInitializer : IModuleAssemblyInitializer
public ref class CimCmdletsAssemblyInitializer sealed : IModuleAssemblyInitializer
[<Sealed>]
type CimCmdletsAssemblyInitializer = 
    class
        interface IModuleAssemblyInitializer
    end
Public NotInheritable Class CimCmdletsAssemblyInitializer
    Implements IModuleAssemblyInitializer

Constructors

Name Description
System_CAPS_pubmethod CimCmdletsAssemblyInitializer()

Constructor for the CimCmdletsAssemblyInitializer class. This class initializes the CIM cmdlets.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod OnImport()

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top