C# Class Mono.Cecil.Fluent.ModuleDefinitionExtensions

ファイルを表示 Open project: mwoelk83/Mono.Cecil.Fluent

Public Methods

Method Description
CreateType ( this that, string name = null, TypeAttributes attributes = null ) : TypeDefinition

Method Details

CreateType() public static method

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