C# Class System.Text.RegularExpressions.RegexTypeCompiler

Inheritance: RegexCompiler
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
BakeMethod ( ) : void
BakeType ( ) : Type
DefineMethod ( String methname, Type returntype ) : void
DefineType ( String typename, bool ispublic, Type inheritfromclass ) : void
FactoryTypeFromCode ( RegexCode code, RegexOptions options, String typeprefix ) : Type
GenerateCreateHashtable ( FieldInfo field, Hashtable ht ) : void
GenerateCreateInstance ( Type newtype ) : void
GenerateRegexType ( String pattern, RegexOptions opts, String name, bool ispublic, RegexCode code, RegexTree tree, Type factory ) : void
RegexField ( String fieldname ) : FieldInfo
RegexTypeCompiler ( AssemblyName an, CustomAttributeBuilder attribs, String resourceFile, Evidence evidence ) : System.Collections
Save ( ) : void