分类:
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.