C# Class FWatcher, FutilePrototyper

Exibir arquivo Open project: wtrebella/FutilePrototyper Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
FWatcher ( ) : System
Init ( ) : void

Method Details

DoRegisterWatcherType() public method

public DoRegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
return void

DoWatch() public method

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

RegisterWatcherType() public static method

public static RegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
return void

Watch() public static method

public static Watch ( object target ) : void
target object
return void

Watch() public static method

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

Watch() public static method

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