G
garyusenet
Console.WriteLine("Current OS: {0} ", Environment.OSVersion)
I'm trying to find out what .OSVersion is.
It returns an object which details the OS.
I know it's not a method, because it doesnt have any empty brackets ()
after it.
Is it a property?
How do i find out for future reference what 'type' of member a given
entity is after the period of a namespace? I tried using 'go to
defintion' and found this: -
public static OperatingSystem OSVersion { get; }
But this didn't really help me.
Could someone assist please.
Thanks,
Gary-
I'm trying to find out what .OSVersion is.
It returns an object which details the OS.
I know it's not a method, because it doesnt have any empty brackets ()
after it.
Is it a property?
How do i find out for future reference what 'type' of member a given
entity is after the period of a namespace? I tried using 'go to
defintion' and found this: -
public static OperatingSystem OSVersion { get; }
But this didn't really help me.
Could someone assist please.
Thanks,
Gary-