C# 클래스 Weaver.FieldsToProperties

파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
FieldsToProperties ( string assemblyPath ) : System.Collections.Generic
ProcessFields ( List fields ) : void
Write ( string outputPath ) : void

비공개 메소드들

메소드 설명
AddProperty ( Mono.Cecil.TypeDefinition declaringTypeDef, string propertyName, TypeReference propertyTypeDef ) : Mono.Cecil.PropertyDefinition
ConvertToFieldName ( string propertyName ) : string
ProcessTypeInstructions ( Mono.Cecil.TypeDefinition type ) : void

메소드 상세

FieldsToProperties() 공개 메소드

public FieldsToProperties ( string assemblyPath ) : System.Collections.Generic
assemblyPath string
리턴 System.Collections.Generic

ProcessFields() 공개 메소드

public ProcessFields ( List fields ) : void
fields List
리턴 void

Write() 공개 메소드

public Write ( string outputPath ) : void
outputPath string
리턴 void