FWatcher.RegisterWatcherType C# (CSharp) Метод

RegisterWatcherType() публичный статический Метод

public static RegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
Результат void
    public static void RegisterWatcherType(Type targetType, Type linkType)
    {
        if(_instance == null) Init();

        _instance.DoRegisterWatcherType(targetType, linkType);
    }