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

상속: IMetadataTokenProvider
파일 보기 프로젝트 열기: mayuki/Inazuma

공개 메소드들

메소드 설명
ExportedType ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope ) : System
Resolve ( ) : TypeDefinition
ToString ( ) : string

비공개 메소드들

메소드 설명
CreateReference ( ) : TypeReference

메소드 상세

ExportedType() 공개 메소드

public ExportedType ( string @namespace, string name, ModuleDefinition module, IMetadataScope scope ) : System
@namespace string
name string
module ModuleDefinition
scope IMetadataScope
리턴 System

Resolve() 공개 메소드

public Resolve ( ) : TypeDefinition
리턴 TypeDefinition

ToString() 공개 메소드

public ToString ( ) : string
리턴 string