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 |
Method | Description | |
---|---|---|
FWatcher ( ) : System | ||
Init ( ) : void |
public DoRegisterWatcherType ( Type targetType, Type linkType ) : void | ||
targetType | Type | |
linkType | Type | |
return | void |
public DoWatch ( object target, string targetName, bool shouldUseWeakReference ) : void | ||
target | object | |
targetName | string | |
shouldUseWeakReference | bool | |
return | void |
public static RegisterWatcherType ( Type targetType, Type linkType ) : void | ||
targetType | Type | |
linkType | Type | |
return | void |
public static Watch ( object target, string targetName ) : void | ||
target | object | |
targetName | string | |
return | void |
public static Watch ( object target, string targetName, bool shouldUseWeakReference ) : void | ||
target | object | |
targetName | string | |
shouldUseWeakReference | bool | |
return | void |