SecurityCriticalAction 委托

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

表示安全关键操作。

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()
属性

扩展方法

GetMethodInfo(Delegate)
已过时.

获取指示指定委托表示的方法的对象。

适用于