C# 클래스 Inazuma.Mono.Cecil.TypeDefinition

상속: TypeReference, IMemberDefinition, ISecurityDeclarationProvider
파일 보기 프로젝트 열기: mayuki/Inazuma 1 사용 예제들

공개 메소드들

메소드 설명
Resolve ( ) : TypeDefinition
TypeDefinition ( string @namespace, string name, TypeAttributes attributes ) : System
TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType ) : System

비공개 메소드들

메소드 설명
ResolveLayout ( ) : void

메소드 상세

Resolve() 공개 메소드

public Resolve ( ) : TypeDefinition
리턴 TypeDefinition

TypeDefinition() 공개 메소드

public TypeDefinition ( string @namespace, string name, TypeAttributes attributes ) : System
@namespace string
name string
attributes TypeAttributes
리턴 System

TypeDefinition() 공개 메소드

public TypeDefinition ( string @namespace, string name, TypeAttributes attributes, TypeReference baseType ) : System
@namespace string
name string
attributes TypeAttributes
baseType TypeReference
리턴 System