C# Class Mono.Cecil.Fluent.DynamicTypeBuilder

Show file Open project: mwoelk83/Mono.Cecil.Fluent Class Usage Examples

Public Methods

Method Description
Process ( ) : Type

todo: properties, events, custom attributes, subtypes

Private Methods

Method Description
CreateTypeBuilder ( string name, System attributes, Type parent, List interfaces ) : TypeBuilder
DynamicTypeBuilder ( TypeDefinition type ) : System

Method Details

Process() public method

todo: properties, events, custom attributes, subtypes
public Process ( ) : Type
return System.Type