CimSession.GetClass 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.
Overloads
GetClass(String, String, CimOperationOptions)
public:
 Microsoft::Management::Infrastructure::CimClass ^ GetClass(System::String ^ namespaceName, System::String ^ className, Microsoft::Management::Infrastructure::Options::CimOperationOptions ^ options);
	public Microsoft.Management.Infrastructure.CimClass GetClass(string namespaceName, string className, Microsoft.Management.Infrastructure.Options.CimOperationOptions options);
	member this.GetClass : string * string * Microsoft.Management.Infrastructure.Options.CimOperationOptions -> Microsoft.Management.Infrastructure.CimClass
	Public Function GetClass (namespaceName As String, className As String, options As CimOperationOptions) As CimClass
	Parameters
- namespaceName
 - String
 
- className
 - String
 
- options
 - CimOperationOptions
 
Returns
Applies to
GetClass(String, String)
public:
 Microsoft::Management::Infrastructure::CimClass ^ GetClass(System::String ^ namespaceName, System::String ^ className);
	public Microsoft.Management.Infrastructure.CimClass GetClass(string namespaceName, string className);
	member this.GetClass : string * string -> Microsoft.Management.Infrastructure.CimClass
	Public Function GetClass (namespaceName As String, className As String) As CimClass
	Parameters
- namespaceName
 - String
 
- className
 - String