C# 클래스 WeaverHelper, PropertyChanged

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

공개 프로퍼티들

프로퍼티 타입 설명
AfterAssemblyPath string
Assembly Assembly
BeforeAssemblyPath string

공개 메소드들

메소드 설명
GetAssemblyPath ( ) : void
WeaverHelper ( string projectPath ) : System.IO

비공개 메소드들

메소드 설명
GetAssemblyName ( ) : string
GetOutputPathValue ( ) : string

메소드 상세

GetAssemblyPath() 공개 메소드

public GetAssemblyPath ( ) : void
리턴 void

WeaverHelper() 공개 메소드

public WeaverHelper ( string projectPath ) : System.IO
projectPath string
리턴 System.IO

프로퍼티 상세

AfterAssemblyPath 공개적으로 프로퍼티

public string AfterAssemblyPath
리턴 string

Assembly 공개적으로 프로퍼티

public Assembly Assembly
리턴 Assembly

BeforeAssemblyPath 공개적으로 프로퍼티

public string BeforeAssemblyPath
리턴 string