ReactOS 0.4.15-dev-7953-g1f49173
RuntimeHost Struct Reference

#include <mscoree_private.h>

Collaboration diagram for RuntimeHost:

Public Attributes

ICorRuntimeHost ICorRuntimeHost_iface
 
ICLRRuntimeHost ICLRRuntimeHost_iface
 
const CLRRuntimeInfoversion
 
loaded_monomono
 
struct list domains
 
MonoDomaindefault_domain
 
CRITICAL_SECTION lock
 
LONG ref
 

Detailed Description

Definition at line 95 of file mscoree_private.h.

Member Data Documentation

◆ default_domain

MonoDomain* RuntimeHost::default_domain

Definition at line 102 of file mscoree_private.h.

◆ domains

struct list RuntimeHost::domains

Definition at line 101 of file mscoree_private.h.

◆ ICLRRuntimeHost_iface

ICLRRuntimeHost RuntimeHost::ICLRRuntimeHost_iface

Definition at line 98 of file mscoree_private.h.

◆ ICorRuntimeHost_iface

ICorRuntimeHost RuntimeHost::ICorRuntimeHost_iface

Definition at line 97 of file mscoree_private.h.

◆ lock

CRITICAL_SECTION RuntimeHost::lock

Definition at line 103 of file mscoree_private.h.

◆ mono

loaded_mono* RuntimeHost::mono

Definition at line 100 of file mscoree_private.h.

◆ ref

LONG RuntimeHost::ref

Definition at line 104 of file mscoree_private.h.

◆ version

const CLRRuntimeInfo* RuntimeHost::version

Definition at line 99 of file mscoree_private.h.


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