Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

vb.net check operating system

    Dim osVer As Version = Environment.OSVersion.Version

    If osVer.Major = 6 And osVer.Minor = 1 Then
        Console.WriteLine("win7!!")
    End If
Comment

PREVIOUS NEXT
Code Example
Csharp :: how to detect when a gameobject has exited a trigger c# 
Csharp :: c# rotate sum array 
Csharp :: c# monogame docs 
Csharp :: c# catch multiple exceptions at once 
Csharp :: c# increment by 2 
Csharp :: IAuthorizationFilter OnAuthorization AuthorizationContext MyAuthorizeAttribute HttpUnauthorizedResult HttpContext 
Csharp :: difference between %e/E, %f/F and %g/G in program C 
Csharp :: unity script template location 
Csharp :: how to make character respawn if touches sprite c# 
Csharp :: c# load a file into binary buffer 
Csharp :: Appending to an Existing CSV File with csvhelper 
Csharp :: querstring fromat asp.net c# 
Csharp :: music file explorer c# 
Csharp :: how to combine cells in closedXML 
Csharp :: c sharp switch forms 
Csharp :: how to make soft body OBJECT in unity 
Csharp :: reflection static method c# 
Csharp :: .Net Entity Framework Reseed SQL Server Table ID Column 
Csharp :: telerik mvc grid unbound column 
Csharp :: DrawImage resize to target size c# 
Csharp :: C# downloadstirng download old 
Csharp :: how to take previous record in linq c# 
Csharp :: c# (sharp) varibles 
Csharp :: stack iterator c# 
Csharp :: log4net.dll 
Csharp :: get path revit linked unload 
Csharp :: how to read reportview query string asp.net c# 
Csharp :: use & symbole in xml as a text using c# 
Csharp :: Hangfire Creation Table With EFCore 
Csharp :: wpf create rectangle c# 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =