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)
已过时.

获取一个对象,该对象表示由指定委托表示的方法。

适用于