(Inherits from MfResourceSingletonBase)
Contains Properties and Methods that are related to the current Environment including access to built in resources via GetResourceString() and GetResourceStringBySection().
This class is a singleton and is accessed via the MfEnvironment.Instance property.
Name |
Description |
|
Constructor new instance of MfEnvironment class |
Name |
Description |
|
Gets the Common App Data Folder |
||
Gets the Common Desktop Folder |
||
Gets the Common Documents Folder |
||
Gets the Common Music Folder |
||
Gets the Common Pictures Folder |
||
Gets the Common Start Menu Folder |
||
Gets the Common Startup Folder |
||
Gets the Common Video Folder |
||
Gets a Singleton instance of derived class. Inherited from MfSingletonBase |
||
Gets var string of the new line chars for the current environment. |
||
Gets the current resource folder for Mini-Framework as var string. |
||
Gets the number of milliseconds elapsed since the system started |
||
Gets the current users Local App Data Folder |
||
Gets the current users Roaming App Data Folder |
||
Gets the current users Desktop Folder |
||
Gets the current users Document Folder |
||
Gets the current users Favorites Folder |
||
Gets the current users Music Folder |
||
Gets the current users Picture Folder |
||
Gets the current users Start Menu Folder |
||
Gets the current users Startup Folder |
||
Gets the current users Video Folder |
Name |
Description |
|
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfObject. |
||
Set current instance of singleton derived class to null. Overrides MfSingletonBase.DestroyInstance() |
||
Compares obj to current instance to see if they are the same. Inherited from MfObject. |
||
Gets A hash code for the current MfObject. Inherited from MfObject. |
||
Gets the instance of the Singleton. Overrides MfSingletonBase.GetInstance() |
||
Gets a resource string from the current resource file for the given key. Overrides MfResourceSingletonBase.GetResourceString() |
||
Gets a resource string from the current resource file for the given key and formats the resource string with the args*. Overrides MfResourceSingletonBase.GetResourceString() |
||
Gets a resource string from the current resource file for the specified section and key. Overrides MfResourceSingletonBase.GetResourceStringBySection() |
||
Gets a resource string from the current resource file for the specified section and key. |
||
Gets the Type for the for the Class .Inherited from MfObject. |
||
Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject. |
||
Get if the current class is an instance. Inherited from MfObject. |
||
Creates a shallow copy of the current MfObject instance. Inherited from MfObject. |
||
Resets the current Environment Instance so the the next call it is loaded again |
||
Gets a string representation of the MfObject. Inherited from MfObject. |
Sealed Class