Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CimSessionOptions Class

Definition

Namespace:
Microsoft.Management.Infrastructure.Options
Assembly:
Microsoft.Management.Infrastructure.dll
Package:
Microsoft.PowerShell.5.1.ReferenceAssemblies v1.0.0
Package:
Microsoft.Management.Infrastructure v3.0.0

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.

public ref class CimSessionOptions : ICloneable, IDisposable
public class CimSessionOptions : ICloneable, IDisposable
public class CimSessionOptions : IDisposable
type CimSessionOptions = class
 interface IDisposable
 interface ICloneable
type CimSessionOptions = class
 interface IDisposable
Public Class CimSessionOptions
Implements ICloneable, IDisposable
Public Class CimSessionOptions
Implements IDisposable
Inheritance
CimSessionOptions
Derived
Implements

Constructors

Name Description
CimSessionOptions()
CimSessionOptions(String)

Properties

Name Description
Culture
Timeout
UICulture

Methods

Name Description
AddDestinationCredentials(CimCredential)
Dispose()
Dispose(Boolean)
SetCustomOption(String, String)
SetCustomOption(String, UInt32)

Explicit Interface Implementations

Name Description
ICloneable.Clone()

Applies to