C# 클래스 Mono.Cecil.MethodDefinitionProjection

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes MethodAttributes
ImplAttributes MethodImplAttributes
Name string
Treatment MethodDefinitionTreatment

공개 메소드들

메소드 설명
MethodDefinitionProjection ( Mono.Cecil.MethodDefinition method, MethodDefinitionTreatment treatment ) : System

메소드 상세

MethodDefinitionProjection() 공개 메소드

public MethodDefinitionProjection ( Mono.Cecil.MethodDefinition method, MethodDefinitionTreatment treatment ) : System
method Mono.Cecil.MethodDefinition
treatment MethodDefinitionTreatment
리턴 System

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public MethodAttributes Attributes
리턴 MethodAttributes

ImplAttributes 공개적으로 프로퍼티

public MethodImplAttributes ImplAttributes
리턴 MethodImplAttributes

Name 공개적으로 프로퍼티

public string Name
리턴 string

Treatment 공개적으로 프로퍼티

public MethodDefinitionTreatment Treatment
리턴 MethodDefinitionTreatment