Mono.Debugger.Backend.WindowsOperatingSystem.CheckForPendingMonoInit C# (CSharp) Method

CheckForPendingMonoInit() private method

private CheckForPendingMonoInit ( Inferior inferior ) : bool
inferior Inferior
return bool
        internal override bool CheckForPendingMonoInit(Inferior inferior)
        {
            throw new NotImplementedException();
        }