C# Class Telerik.Web.Mvc.Infrastructure.DynamicTypeBuilder

Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
GenerateType ( Type baseType, IEnumerable interfaceTypes ) : Type

Private Methods

Méthode Description
CreateDynamicModule ( ) : ModuleBuilder
ImplementConstructor ( TypeBuilder newType, ConstructorInfo baseConstructor ) : void
ImplementInterfaceMethod ( TypeBuilder newType, MethodInfo interfaceMethod ) : void

Method Details

GenerateType() public static méthode

public static GenerateType ( Type baseType, IEnumerable interfaceTypes ) : Type
baseType System.Type
interfaceTypes IEnumerable
Résultat System.Type