- We need to invalidate the selection area when we replace the
[mono-project.git] / mono / metadata / environment.h
blob1b2abad1aed5ab07650fb3338e6e08a1f5b013fc
1 /*
2 * environment.h: System.Environment support internal calls
4 * Author:
5 * Dick Porter (dick@ximian.com)
7 * (C) 2002 Ximian, Inc
8 */
10 #ifndef _MONO_METADATA_ENVIRONMENT_H_
11 #define _MONO_METADATA_ENVIRONMENT_H_
13 G_BEGIN_DECLS
15 extern gint32 mono_environment_exitcode_get (void);
16 extern void mono_environment_exitcode_set (gint32 value);
18 extern MonoString* ves_icall_System_Environment_GetOSVersionString (void);
20 extern gint32 ves_icall_System_Environment_get_ProcessorCount(void);
22 G_END_DECLS
24 #endif /* _MONO_METADATA_ENVIRONMENT_H_ */