PutOptions 생성자

정의

PutOptions 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
PutOptions()

기본값을 사용하여 put 작업에 대한 클래스의 PutOptions 새 인스턴스를 초기화합니다. 매개 변수가 없는 생성자입니다.

PutOptions(ManagementNamedValueCollection)

지정된 공급자별 컨텍스트를 사용하여 WMI 개체를 커밋하기 위한 클래스의 새 인스턴스 PutOptions 를 초기화합니다.

PutOptions(ManagementNamedValueCollection, TimeSpan, Boolean, PutType)

지정된 옵션 값을 사용하여 WMI 개체를 커밋하기 위한 클래스의 PutOptions 새 인스턴스를 초기화합니다.

PutOptions()

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

기본값을 사용하여 put 작업에 대한 클래스의 PutOptions 새 인스턴스를 초기화합니다. 매개 변수가 없는 생성자입니다.

public:
 PutOptions();
public PutOptions();
Public Sub New ()

설명

.NET Framework 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상

PutOptions(ManagementNamedValueCollection)

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

지정된 공급자별 컨텍스트를 사용하여 WMI 개체를 커밋하기 위한 클래스의 새 인스턴스 PutOptions 를 초기화합니다.

public:
 PutOptions(System::Management::ManagementNamedValueCollection ^ context);
public PutOptions(System.Management.ManagementNamedValueCollection context);
new System.Management.PutOptions : System.Management.ManagementNamedValueCollection -> System.Management.PutOptions
Public Sub New (context As ManagementNamedValueCollection)

매개 변수

context
ManagementNamedValueCollection

공급자에 전달될 공급자별 명명된 값 쌍 컨텍스트 개체입니다.

설명

.NET Framework 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상

PutOptions(ManagementNamedValueCollection, TimeSpan, Boolean, PutType)

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

지정된 옵션 값을 사용하여 WMI 개체를 커밋하기 위한 클래스의 PutOptions 새 인스턴스를 초기화합니다.

public:
 PutOptions(System::Management::ManagementNamedValueCollection ^ context, TimeSpan timeout, bool useAmendedQualifiers, System::Management::PutType putType);
public PutOptions(System.Management.ManagementNamedValueCollection context, TimeSpan timeout, bool useAmendedQualifiers, System.Management.PutType putType);
new System.Management.PutOptions : System.Management.ManagementNamedValueCollection * TimeSpan * bool * System.Management.PutType -> System.Management.PutOptions
Public Sub New (context As ManagementNamedValueCollection, timeout As TimeSpan, useAmendedQualifiers As Boolean, putType As PutType)

매개 변수

context
ManagementNamedValueCollection

공급자에 전달될 공급자별 명명된 값 쌍 개체입니다.

timeout
TimeSpan

시간이 초과되기 전에 작업을 수행할 수 있는 시간입니다. 기본값은 TimeSpan.MaxValue입니다.

useAmendedQualifiers
Boolean

true반환된 개체에 수정된(로캘 인식) 한정자를 포함해야 하면 이고, 그렇지 않으면 . false

putType
PutType

수행할 커밋 유형(업데이트 또는 만들기)입니다.

설명

.NET Framework 보안

즉시 호출자에 대한 완전 신뢰입니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드의 라이브러리 사용을 참조하세요.

적용 대상