Chinaunix首页 | 论坛 | 博客
  • 博客访问: 166802
  • 博文数量: 48
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-22 15:54
文章分类
文章存档

2011年(2)

2010年(13)

2009年(30)

2008年(3)

我的朋友

分类:

2009-01-05 11:13:33

EventInfo: Discovers the attributes of an event and provides access to event metadata.

           可以序列化.

Delegate: Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.

Assembly: Defines an System.Reflection.Assembly, which is a reusable, versionable,and self-describing building block of a common language runtime application.

XmlSerializer: Serializes and deserializes objects into and from XML documents. The System.Xml.Serialization.XmlSerializer enables you to control how objects are encoded into XML.

CodeDomProvider: Provides a base class for System.CodeDom.Compiler.CodeDomProvider implementations.This class is abstract.

JscriptCodeProvider: Provides access to instances of the JScript code generator and code compiler.

CompileAssemblyFromSource (CompilerParameters options, params string[] sources): Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.(方法)

CompilerParameters: Represents the parameters used to invoke a compiler.

ReferencedAssemblies: Gets the assemblies referenced by the current project(属性)

XmlDocument: Represents an XML document.

XmlNode: Represents a single node in the XML document.

XmlNodeList: Represents an ordered collection of nodes.

阅读(1157) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~