FWatcher.RegisterWatcherType C# (CSharp) Méthode

RegisterWatcherType() public static méthode

public static RegisterWatcherType ( Type targetType, Type linkType ) : void
targetType Type
linkType Type
Résultat void
    public static void RegisterWatcherType(Type targetType, Type linkType)
    {
        if(_instance == null) Init();

        _instance.DoRegisterWatcherType(targetType, linkType);
    }