다음을 통해 공유


ResourceConsumptionAttribute 생성자

정의

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

오버로드

ResourceConsumptionAttribute(ResourceScope)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되는 리소스 범위를 지정하여 ResourceConsumptionAttribute 클래스의 새 인스턴스를 초기화합니다.

ResourceConsumptionAttribute(ResourceScope, ResourceScope)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되는 리소스의 범위와 리소스가 사용되는 방법의 범위를 지정하여 ResourceConsumptionAttribute 클래스의 새 인스턴스를 초기화합니다.

ResourceConsumptionAttribute(ResourceScope)

사용되는 리소스 범위를 지정하여 ResourceConsumptionAttribute 클래스의 새 인스턴스를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 ResourceConsumptionAttribute(System::Runtime::Versioning::ResourceScope resourceScope);
public ResourceConsumptionAttribute (System.Runtime.Versioning.ResourceScope resourceScope);
new System.Runtime.Versioning.ResourceConsumptionAttribute : System.Runtime.Versioning.ResourceScope -> System.Runtime.Versioning.ResourceConsumptionAttribute
Public Sub New (resourceScope As ResourceScope)

매개 변수

resourceScope
ResourceScope

사용되는 리소스의 ResourceScope입니다.

적용 대상

ResourceConsumptionAttribute(ResourceScope, ResourceScope)

사용되는 리소스의 범위와 리소스가 사용되는 방법의 범위를 지정하여 ResourceConsumptionAttribute 클래스의 새 인스턴스를 초기화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 ResourceConsumptionAttribute(System::Runtime::Versioning::ResourceScope resourceScope, System::Runtime::Versioning::ResourceScope consumptionScope);
public ResourceConsumptionAttribute (System.Runtime.Versioning.ResourceScope resourceScope, System.Runtime.Versioning.ResourceScope consumptionScope);
new System.Runtime.Versioning.ResourceConsumptionAttribute : System.Runtime.Versioning.ResourceScope * System.Runtime.Versioning.ResourceScope -> System.Runtime.Versioning.ResourceConsumptionAttribute
Public Sub New (resourceScope As ResourceScope, consumptionScope As ResourceScope)

매개 변수

resourceScope
ResourceScope

사용되는 리소스의 ResourceScope입니다.

consumptionScope
ResourceScope

이 멤버에서 사용하는 ResourceScope입니다.

설명

특성이 ResourceExposureAttribute 범위를 지정하는 경우 특성은 ResourceConsumptionAttribute 매개 변수에 None대한 consumptionScope 값을 지정하여 사용하는 리소스와 사용 방법을 지정해야 합니다.

지정된 consumptionScope 범위는 에 지정된 범위 resourceScope보다 작거나 같아야 합니다. 예를 들어 범위는 Process 범위로 사용하거나 AppDomain 범위로 Process 사용할 수 있지만 범위로 사용할 Machine 수는 없습니다.

적용 대상