小积累(C#篇)
2021-05-01 00:27
标签:ram rect tco 信息 members app 常用 asp redirect 一.反射 1.GetMethods()返回当前类型的所有公共方法 注:当类型不是Public时 MethodInfo[ ] methods=typeof(program)(BindingFlags.public| BindingFlags.Nonpublic|BindingFlags.static|BindingFlags.Instance) 2.GetFields()返回当前类型的所有公共字段 3.GetMembers()获取公开的所有成员 4.Getproperties() 返回当前类型的所有公共属性 5.Getconstructord() 获取当前类型的构造函数 二.ASP.NET内置对象 1.Response 常用方法 write() Redirect()//页面跳转 clean() 2.Request 常用属性 Querystring 3.Application 所有用户共享信息 存储在线访问数据 4.session 5.cookie 小积累(C#篇) 标签:ram rect tco 信息 members app 常用 asp redirect 原文地址:http://www.cnblogs.com/szhhzs/p/7799585.html
上一篇:Windows下VMware12 安装mac os 10.11系统
下一篇:解决Qt编译动态链接库could not find or load the Qt platform plugin "windows" in.问题