FWatcher.Watch C# (CSharp) Method

Watch() public static method

public static Watch ( object target ) : void
target object
return void
    public static void Watch(object target)
    {
        Watch (target, target.GetType().Name, true);
    }

Same methods

FWatcher::Watch ( object target, string targetName ) : void
FWatcher::Watch ( object target, string targetName, bool shouldUseWeakReference ) : void