C# 클래스 Mono.Cecil.Fluent.ModuleDefinitionExtensions

파일 보기 프로젝트 열기: mwoelk83/Mono.Cecil.Fluent

공개 메소드들

메소드 설명
CreateType ( this that, string name = null, TypeAttributes attributes = null ) : TypeDefinition

메소드 상세

CreateType() 공개 정적인 메소드

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