CimInstance Constructor (String, String)

 

Initializes a new instance of the CimInstance class.

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

Syntax

public CimInstance(
    string className,
    string namespaceName
)
public:
CimInstance(
    String^ className,
    String^ namespaceName
)
new : 
        className:string *
        namespaceName:string -> CimInstance
Public Sub New (
    className As String,
    namespaceName As String
)

Parameters

  • namespaceName
    Type: System.String

    The namespace to use when creating the new instance.

See Also

CimInstance Overload
CimInstance Class
Microsoft.Management.Infrastructure Namespace

Return to top