CimInstance Constructors
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.
Overloads
CimInstance(CimClass) | |
CimInstance(CimInstance) | |
CimInstance(String) | |
CimInstance(String, String) |
CimInstance(CimClass)
public:
CimInstance(Microsoft::Management::Infrastructure::CimClass ^ cimClass);
public CimInstance (Microsoft.Management.Infrastructure.CimClass cimClass);
new Microsoft.Management.Infrastructure.CimInstance : Microsoft.Management.Infrastructure.CimClass -> Microsoft.Management.Infrastructure.CimInstance
Public Sub New (cimClass As CimClass)
Parameters
- cimClass
- CimClass
Applies to
CimInstance(CimInstance)
public:
CimInstance(Microsoft::Management::Infrastructure::CimInstance ^ cimInstanceToClone);
public CimInstance (Microsoft.Management.Infrastructure.CimInstance cimInstanceToClone);
new Microsoft.Management.Infrastructure.CimInstance : Microsoft.Management.Infrastructure.CimInstance -> Microsoft.Management.Infrastructure.CimInstance
Public Sub New (cimInstanceToClone As CimInstance)
Parameters
- cimInstanceToClone
- CimInstance
Applies to
CimInstance(String)
public:
CimInstance(System::String ^ className);
public:
CimInstance(Platform::String ^ className);
CimInstance(std::wstring const & className);
public CimInstance (string className);
new Microsoft.Management.Infrastructure.CimInstance : string -> Microsoft.Management.Infrastructure.CimInstance
Public Sub New (className As String)
Parameters
- className
- String
Applies to
CimInstance(String, String)
public:
CimInstance(System::String ^ className, System::String ^ namespaceName);
public:
CimInstance(Platform::String ^ className, Platform::String ^ namespaceName);
CimInstance(std::wstring const & className, std::wstring const & namespaceName);
public CimInstance (string className, string namespaceName);
new Microsoft.Management.Infrastructure.CimInstance : string * string -> Microsoft.Management.Infrastructure.CimInstance
Public Sub New (className As String, namespaceName As String)
Parameters
- className
- String
- namespaceName
- String