ObjectGetOptions 생성자

정의

WMI 개체를 가져오기 위한 클래스의 ObjectGetOptions 새 인스턴스를 초기화합니다.

오버로드

Name Description
ObjectGetOptions()

기본값을 사용하여 WMI 개체를 가져오기 위한 클래스의 ObjectGetOptions 새 인스턴스를 초기화합니다. 매개 변수가 없는 생성자입니다.

ObjectGetOptions(ManagementNamedValueCollection)

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

ObjectGetOptions(ManagementNamedValueCollection, TimeSpan, Boolean)

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

ObjectGetOptions()

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

기본값을 사용하여 WMI 개체를 가져오기 위한 클래스의 ObjectGetOptions 새 인스턴스를 초기화합니다. 매개 변수가 없는 생성자입니다.

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

설명

.NET Framework 보안

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

적용 대상

ObjectGetOptions(ManagementNamedValueCollection)

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

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

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

매개 변수

context
ManagementNamedValueCollection

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

설명

.NET Framework 보안

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

적용 대상

ObjectGetOptions(ManagementNamedValueCollection, TimeSpan, Boolean)

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

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

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

매개 변수

context
ManagementNamedValueCollection

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

timeout
TimeSpan

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

useAmendedQualifiers
Boolean

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

설명

.NET Framework 보안

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

적용 대상