C# 클래스 Mono.Cecil.TypeDefinitionProjection

파일 보기 프로젝트 열기: Unity-Technologies/cecil 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes TypeAttributes
Name string
RedirectedInterfaces InterfaceImplementation>>.Collection
RedirectedMethods Collection
Treatment TypeDefinitionTreatment

공개 메소드들

메소드 설명
TypeDefinitionProjection ( Mono.Cecil.TypeDefinition type, TypeDefinitionTreatment treatment, Collection redirectedMethods, InterfaceImplementation>.Collection redirectedInterfaces ) : System

메소드 상세

TypeDefinitionProjection() 공개 메소드

public TypeDefinitionProjection ( Mono.Cecil.TypeDefinition type, TypeDefinitionTreatment treatment, Collection redirectedMethods, InterfaceImplementation>.Collection redirectedInterfaces ) : System
type Mono.Cecil.TypeDefinition
treatment TypeDefinitionTreatment
redirectedMethods Collection
redirectedInterfaces InterfaceImplementation>.Collection
리턴 System

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public TypeAttributes Attributes
리턴 TypeAttributes

Name 공개적으로 프로퍼티

public string Name
리턴 string

RedirectedInterfaces 공개적으로 프로퍼티

public Collection> RedirectedInterfaces
리턴 InterfaceImplementation>>.Collection

RedirectedMethods 공개적으로 프로퍼티

public Collection RedirectedMethods
리턴 Collection

Treatment 공개적으로 프로퍼티

public TypeDefinitionTreatment Treatment
리턴 TypeDefinitionTreatment