Пример #1
0
        // Context related functions

        internal static IntPtr ctx_config_value(string taskId, string key)
        {
            if (IsWindows())
            {
                return(CBridgeWin.ctx_config_value(taskId, key));
            }

            if (IsLinux())
            {
                return(CBridgeLinux.ctx_config_value(taskId, key));
            }

            throw new NotImplementedException(NoImplementedError);
        }