C# 클래스 SexyProxy.Fody.InterfaceClassWeaver

상속: TargetedClassWeaver
파일 보기 프로젝트 열기: kswoll/sexy-proxy 1 사용 예제들

공개 메소드들

메소드 설명
GetMethodAttributes ( Mono.Cecil.MethodDefinition methodInfo ) : MethodAttributes
InterfaceClassWeaver ( WeaverContext context, Mono.Cecil.TypeDefinition sourceType ) : System

보호된 메소드들

메소드 설명
CreateMethodWeaver ( Mono.Cecil.MethodDefinition methodInfo, string name ) : MethodWeaver
GetBaseType ( Mono.Cecil.GenericParameter genericParameters ) : TypeReference
GetInterfaces ( Mono.Cecil.GenericParameter genericParameters ) : Mono.Cecil.TypeReference[]
GetMethods ( ) : IEnumerable
GetSourceType ( ) : TypeReference

메소드 상세

CreateMethodWeaver() 보호된 메소드

protected CreateMethodWeaver ( Mono.Cecil.MethodDefinition methodInfo, string name ) : MethodWeaver
methodInfo Mono.Cecil.MethodDefinition
name string
리턴 MethodWeaver

GetBaseType() 보호된 메소드

protected GetBaseType ( Mono.Cecil.GenericParameter genericParameters ) : TypeReference
genericParameters Mono.Cecil.GenericParameter
리턴 Mono.Cecil.TypeReference

GetInterfaces() 보호된 메소드

protected GetInterfaces ( Mono.Cecil.GenericParameter genericParameters ) : Mono.Cecil.TypeReference[]
genericParameters Mono.Cecil.GenericParameter
리턴 Mono.Cecil.TypeReference[]

GetMethodAttributes() 공개 메소드

public GetMethodAttributes ( Mono.Cecil.MethodDefinition methodInfo ) : MethodAttributes
methodInfo Mono.Cecil.MethodDefinition
리턴 MethodAttributes

GetMethods() 보호된 메소드

protected GetMethods ( ) : IEnumerable
리턴 IEnumerable

GetSourceType() 보호된 메소드

protected GetSourceType ( ) : TypeReference
리턴 Mono.Cecil.TypeReference

InterfaceClassWeaver() 공개 메소드

public InterfaceClassWeaver ( WeaverContext context, Mono.Cecil.TypeDefinition sourceType ) : System
context WeaverContext
sourceType Mono.Cecil.TypeDefinition
리턴 System