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);
    }