ReactOS 0.4.15-dev-7958-gcd0bb1a
CLRRuntimeInfo Struct Reference

#include <mscoree_private.h>

Collaboration diagram for CLRRuntimeInfo:

Public Attributes

ICLRRuntimeInfo ICLRRuntimeInfo_iface
 
LPCWSTR mono_libdir
 
DWORD major
 
DWORD minor
 
DWORD build
 
int mono_abi_version
 
WCHAR mono_path [MAX_PATH]
 
WCHAR mscorlib_path [MAX_PATH]
 
struct RuntimeHostloaded_runtime
 

Detailed Description

Definition at line 82 of file mscoree_private.h.

Member Data Documentation

◆ build

DWORD CLRRuntimeInfo::build

Definition at line 88 of file mscoree_private.h.

◆ ICLRRuntimeInfo_iface

ICLRRuntimeInfo CLRRuntimeInfo::ICLRRuntimeInfo_iface

Definition at line 84 of file mscoree_private.h.

Referenced by impl_from_ICLRRuntimeInfo().

◆ loaded_runtime

struct RuntimeHost* CLRRuntimeInfo::loaded_runtime

Definition at line 92 of file mscoree_private.h.

Referenced by unload_all_runtimes().

◆ major

DWORD CLRRuntimeInfo::major

Definition at line 86 of file mscoree_private.h.

◆ minor

DWORD CLRRuntimeInfo::minor

Definition at line 87 of file mscoree_private.h.

◆ mono_abi_version

int CLRRuntimeInfo::mono_abi_version

Definition at line 89 of file mscoree_private.h.

Referenced by find_runtimes().

◆ mono_libdir

LPCWSTR CLRRuntimeInfo::mono_libdir

Definition at line 85 of file mscoree_private.h.

Referenced by find_runtimes().

◆ mono_path

WCHAR CLRRuntimeInfo::mono_path[MAX_PATH]

Definition at line 90 of file mscoree_private.h.

Referenced by find_runtimes(), and get_mono_path_from_folder().

◆ mscorlib_path

WCHAR CLRRuntimeInfo::mscorlib_path[MAX_PATH]

Definition at line 91 of file mscoree_private.h.

Referenced by find_runtimes().


The documentation for this struct was generated from the following file: