SecurityCriticalAction Delegera
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Representerar en säkerhetskritisk åtgärd.
public delegate void SecurityCriticalAction();
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public delegate void SecurityCriticalAction();
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type SecurityCriticalAction = delegate of unit -> unit
Public Delegate Sub SecurityCriticalAction()
- Attribut
Tilläggsmetoder
| Name | Description |
|---|---|
| GetMethodInfo(Delegate) |
Föråldrad.
Hämtar ett objekt som representerar den metod som representeras av det angivna ombudet. |