Interface to get environment information.
        The encoding is UTF-8.
    
| File | common/interface/environment.h | 
| Classes | 
                Environment | 
        
class Environment {
public:
    static char * GetEnv(const char * name);
};
    | const char * name | To environment variable name |