Environment Class
Provides information about the current environment and platform.
Definition
| public static class Environment: Object |
Members Table
The following table lists the members exposed by the Environment object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| ExecuteJavascript | Executes a Javascript. |
| FSCommand | Sends a message to a scripting language trough a Flash application. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| OpenURL | Overloaded. Opens an Url. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |
Properties
| Property | Description |
|---|
| Language | Gets the language used in the current environment. |
| Manufacturer | Gets the manufacturer of the current environment. |
| OSName | Gets the name of the operating system of the current environment. |
| Platform | Gets the platform of the current environment. |
| PlayerType | Gets the type of the Flash player used in the current environment. |
| PlayerVersion | Gets the version of the Flash player used in the current environment. |
| ProcessorArchitecture | |
| TickCount | Gets the number of milliseconds elapsed since the Flash Player started. |
| Version | |
Inheritance Hierarchy
ObjectEnvironment
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|