PreApplicationStartMethodAttribute(Type, String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 PreApplicationStartMethodAttribute 类的新实例。
public:
PreApplicationStartMethodAttribute(Type ^ type, System::String ^ methodName);
public PreApplicationStartMethodAttribute (Type type, string methodName);
new System.Web.PreApplicationStartMethodAttribute : Type * string -> System.Web.PreApplicationStartMethodAttribute
Public Sub New (type As Type, methodName As String)
参数
- type
- Type
一个描述启动方法的类型的对象。
- methodName
- String
没有返回值的空参数签名。
注解
参数引用的方法必须是 methodName
公共的,可以是实例方法或静态方法。