C# 클래스 Hiro.Compilers.ContainerTypeBuilder

Represents a class that can create other types.
상속: TypeBuilder
파일 보기 프로젝트 열기: philiplaureano/Hiro 1 사용 예제들

보호된 메소드들

메소드 설명
AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void

Adds additional interfaces to the target type.

메소드 상세

AddInterfaces() 보호된 메소드

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.
리턴 void