C# 클래스 FWatcher, FutilePrototyper

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

공개 메소드들

메소드 설명
DoRegisterWatcherType ( Type targetType, Type linkType ) : void
DoWatch ( object target, string targetName, bool shouldUseWeakReference ) : void
RegisterWatcherType ( Type targetType, Type linkType ) : void
Watch ( object target ) : void
Watch ( object target, string targetName ) : void
Watch ( object target, string targetName, bool shouldUseWeakReference ) : void

비공개 메소드들

메소드 설명
FWatcher ( ) : System
Init ( ) : void

메소드 상세

DoRegisterWatcherType() 공개 메소드

public DoRegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
리턴 void

DoWatch() 공개 메소드

public DoWatch ( object target, string targetName, bool shouldUseWeakReference ) : void
target object
targetName string
shouldUseWeakReference bool
리턴 void

RegisterWatcherType() 공개 정적인 메소드

public static RegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
리턴 void

Watch() 공개 정적인 메소드

public static Watch ( object target ) : void
target object
리턴 void

Watch() 공개 정적인 메소드

public static Watch ( object target, string targetName ) : void
target object
targetName string
리턴 void

Watch() 공개 정적인 메소드

public static Watch ( object target, string targetName, bool shouldUseWeakReference ) : void
target object
targetName string
shouldUseWeakReference bool
리턴 void