March 2002
Intermediate to advanced
864 pages
31h 8m
English
RuntimeEnvironment
This type exposes static methods you can use to get information about the CLR’s environment.
public class RuntimeEnvironment { // Public Constructors public method RuntimeEnvironment(); // Public Static Properties public static field string SystemConfigurationFile{get; } // Public Static Methods public static method bool FromGlobalAccessCache( System.Reflection.Assembly a); public static method string GetRuntimeDirectory(); public static method string GetSystemVersion(); }