HostProtectionException.DemandedResources 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
예외를 throw한 요청된 호스트 보호 리소스를 가져오거나 설정합니다.
public:
property System::Security::Permissions::HostProtectionResource DemandedResources { System::Security::Permissions::HostProtectionResource get(); };
public System.Security.Permissions.HostProtectionResource DemandedResources { get; }
member this.DemandedResources : System.Security.Permissions.HostProtectionResource
Public ReadOnly Property DemandedResources As HostProtectionResource
속성 값
예외를 throw한 보호 리소스를 식별하는 HostProtectionResource 값의 비트 조합입니다. 기본값은 None입니다.
설명
이 속성은 예외가 throw된 요청된 호스트 보호 범주를 반환합니다. 예를 들어 메서드에 공유 HostProtectionAttribute 상태를 노출한다는 것을 나타내는 특성이 있다고 가정합니다. 메서드가 호출되면 는 HostProtectionAttribute 공유 상태에 대한 링크 요청을 수행합니다. 호스트가 공유 상태를 금지된 범주 HostProtectionException 로 설정한 경우 가 발생하고 속성 값이 DemandedResources 입니다 HostProtectionResource.SharedState.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET