C# Class slinject.Debugger.Wrappers.DebugModule

Afficher le fichier Open project: anvaka/slinject Class Usage Examples

Méthodes publiques

Méthode Description
DebugModule ( ICorDebugModule module ) : System

Private Methods

Méthode Description
GetClassFromToken ( int classToken ) : DebugClass
GetMethodByMetadataInfo ( MetadataMethodInfo metadataMethodInfo ) : DebugFunction
GetMethodByToken ( int methodDefToken ) : DebugFunction

Method Details

DebugModule() public méthode

public DebugModule ( ICorDebugModule module ) : System
module ICorDebugModule
Résultat System