التنبيهات التالية ظهرت :
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 864 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 864 errorHandler->error



تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
Environment.FailFast Method بال C# و VB.net
#1
كاتب الموضوع : AhmedEssawy

VB


كود :
[align=left]' Sample for the Environment.HasShutdownStarted property
Imports System

Class Sample
Public Shared Sub Main()
Console.WriteLine()
Console.WriteLine("HasShutdownStarted: {0}", Environment.HasShutdownStarted)
End Sub 'Main
End Class 'Sample
'
'This example produces the following results:
'
'HasShutdownStarted: False
'[/align]
C#

كود :
[align=left]// Sample for the Environment.HasShutdownStarted property
using System;

class Sample
{
public static void Main()
{
Console.WriteLine();
Console.WriteLine("HasShutdownStarted: {0}", Environment.HasShutdownStarted);
}
}
/*
This example produces the following results:

HasShutdownStarted: False
*/[/align]
}}}
تم الشكر بواسطة:


الردود في هذا الموضوع
Environment.FailFast Method بال C# و VB.net - بواسطة Raggi Tech - 17-10-12, 04:43 PM

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم