Scalien.scaliendb_client.SDBP_SetCrashReporter C# (CSharp) Method

SDBP_SetCrashReporter() public static method

public static SDBP_SetCrashReporter ( bool crashReporter ) : void
crashReporter bool
return void
        public static unsafe void SDBP_SetCrashReporter(bool crashReporter)
        {
            scaliendb_clientPINVOKE.SDBP_SetCrashReporter(crashReporter);
        }
scaliendb_client