Udostępnij za pośrednictwem


UnsupportedOSPlatformGuardAttribute Klasa

Definicja

Dodaje adnotacje do niestandardowego pola, właściwości lub metody z nieobsługiwaną nazwą platformy i opcjonalną wersją. Można zastosować wiele atrybutów, aby wskazać ochronę wielu nieobsługiwanych platform.

public ref class UnsupportedOSPlatformGuardAttribute sealed : System::Runtime::Versioning::OSPlatformAttribute
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)]
public sealed class UnsupportedOSPlatformGuardAttribute : System.Runtime.Versioning.OSPlatformAttribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=true, Inherited=false)>]
type UnsupportedOSPlatformGuardAttribute = class
    inherit OSPlatformAttribute
Public NotInheritable Class UnsupportedOSPlatformGuardAttribute
Inherits OSPlatformAttribute
Dziedziczenie
UnsupportedOSPlatformGuardAttribute
Atrybuty

Uwagi

Osoby wywołujące mogą zastosować obiekt UnsupportedOSPlatformGuardAttribute do pola, właściwości lub metody i używać tego pola, właściwości lub metody w instrukcjach warunkowych lub asertywnych jako strażnika, aby bezpiecznie wywoływać interfejsy API nieobsługiwane na tych platformach.

         The type of the field or property should be boolean, the method return type should be boolean in order to be used as platform guard.

Konstruktory

UnsupportedOSPlatformGuardAttribute(String)

Inicjuje nowe wystąpienie klasy atrybutów UnsupportedOSPlatformGuardAttribute dla określonej nieobsługiwanej platformy systemu operacyjnego.

Właściwości

PlatformName

Pobiera nazwę i opcjonalną wersję platformy, do którego ma zastosowanie atrybut.

(Odziedziczone po OSPlatformAttribute)
TypeId

Po zaimplementowaniu w klasie pochodnej pobiera unikatowy identyfikator dla tego Attributeelementu .

(Odziedziczone po Attribute)

Metody

Equals(Object)

Zwraca wartość wskazującą, czy to wystąpienie jest równe podanemu obiektowi.

(Odziedziczone po Attribute)
GetHashCode()

Zwraca wartość skrótu dla tego wystąpienia.

(Odziedziczone po Attribute)
GetType()

Type Pobiera wartość bieżącego wystąpienia.

(Odziedziczone po Object)
IsDefaultAttribute()

W przypadku zastąpienia w klasie pochodnej wskazuje, czy wartość tego wystąpienia jest wartością domyślną klasy pochodnej.

(Odziedziczone po Attribute)
Match(Object)

Po przesłonięciu w klasie pochodnej zwraca wartość wskazującą, czy to wystąpienie jest równe określonemu obiektowi.

(Odziedziczone po Attribute)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Dotyczy