C# Class slinject.Debugger.Wrappers.DebugModule

Show file Open project: anvaka/slinject Class Usage Examples

Public Methods

Method Description
DebugModule ( ICorDebugModule module ) : System

Private Methods

Method Description
GetClassFromToken ( int classToken ) : DebugClass
GetMethodByMetadataInfo ( MetadataMethodInfo metadataMethodInfo ) : DebugFunction
GetMethodByToken ( int methodDefToken ) : DebugFunction

Method Details

DebugModule() public method

public DebugModule ( ICorDebugModule module ) : System
module ICorDebugModule
return System