Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Michał Cierniak
Rotor, Semiworks and other interesting topics
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
Annotated Rotor
CLR
Other
Rotor - all
Rotor - general
Archives
April 2006 (1)
April 2005 (1)
March 2005 (1)
February 2005 (1)
January 2005 (2)
December 2004 (4)
October 2004 (2)
September 2004 (1)
August 2004 (1)
July 2004 (1)
May 2004 (8)
April 2004 (2)
March 2004 (2)
February 2004 (7)
January 2004 (8)
Annotations for Rotor source files (5) - clr/src/inc
dump-type-info.h
Comment:
Defines macros which turn the contents of "dump-types.h" into class offsets
and member offsets to use with GetMemberOffset().
Used by SOS. See dump-tables.h Includes dump-types.h
dump-types.h
Comment:
Tables needed by Minidump & SOS
Generates descriptions of unmanaged classes
eetwain.h
Comment
// This file has the definition of ICodeManager and EECodeManager.
Notes
In fact EECodeManager (the implementation of ICodeManager) is not defined in this file.
Code manager is used by GC, security, debugger and exceptions handling for stack walking.
ehencoder.h
Comment:
Implementation of EH encoding interface that is used by both the VM (for decoding) and JITters (for encoding)
Notes:
See ECMA CLI Partition II for encoding details
See ehencoder.cpp in the same directory
enc.h
Edit and continue. A nop in Rotor.
frame-types.h
Used like opcode.def: define macros first and include this file
It defines all special marker and transition frames. See the SSCLI book.
fusion.h
(not in the tarball)
Comment:
Fusion Interfaces.
Notes:
See clr/src/fusion.
Generated from fusion.idl.
fusionbind.h
Comment:
Implements FusionBind (loader domain) architecture
fusionpriv.h
(not in the tarball)
Comment:
Fusion Interfaces
Generated from the fusionpriv.idl.
fusionsetup.h
Comment:
Defines that are used in both managed and unmanged code
Much of the managed stuff is in file clr/bcl/System/AppDomainSetup.cs and is visible as System.AppDomainSetup
fusionsink.h
Provides implementation for IAssemblyBindSink.
Provides a single method, OnProgress
Published Tuesday, February 10, 2004 5:43 PM by
michaljc
Filed under:
Annotated Rotor
,
Rotor - all
Comments
No Comments
Anonymous comments are disabled