C# Class Hiro.Compilers.ContainerTypeBuilder

Represents a class that can create other types.
Inheritance: TypeBuilder
Show file Open project: philiplaureano/Hiro Class Usage Examples

Protected Methods

Method Description
AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void

Adds additional interfaces to the target type.

Method Details

AddInterfaces() protected method

Adds additional interfaces to the target type.
protected AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void
module Mono.Cecil.ModuleDefinition The host module.
containerType Mono.Cecil.TypeDefinition The container type.
return void