C# Class Mono.Cecil.Fluent.ModuleDefinitionExtensions

Afficher le fichier Open project: mwoelk83/Mono.Cecil.Fluent

Méthodes publiques

Méthode Description
CreateType ( this that, string name = null, TypeAttributes attributes = null ) : TypeDefinition

Method Details

CreateType() public static méthode

public static CreateType ( this that, string name = null, TypeAttributes attributes = null ) : TypeDefinition
that this
name string
attributes TypeAttributes
Résultat TypeDefinition