Scalien.scaliendb_client.SDBP_SetCrashReporter C# (CSharp) 메소드

SDBP_SetCrashReporter() 공개 정적인 메소드

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