C# Class slinject.Debugger.Extensions

Afficher le fichier Open project: anvaka/slinject

Méthodes publiques

Méthode Description
FindAllFunction ( this process, string className, string functionName ) : List
FindModule ( this process, string moduleNameRegexPattern ) : DebugModule
FindType ( this module, string typeName ) : DebugClass
FindType ( this process, string typeName, DebugModule &mod ) : DebugClass
Is ( this module, string pattern ) : bool
IsAtSafePoint ( this thread ) : bool
ResolveAllFunctionName ( this module, string className, string functionName ) : List
ResolveFunctionName ( this module, string className, string functionName ) : DebugFunction

Method Details

FindAllFunction() public static méthode

public static FindAllFunction ( this process, string className, string functionName ) : List
process this
className string
functionName string
Résultat List

FindModule() public static méthode

public static FindModule ( this process, string moduleNameRegexPattern ) : DebugModule
process this
moduleNameRegexPattern string
Résultat slinject.Debugger.Wrappers.DebugModule

FindType() public static méthode

public static FindType ( this module, string typeName ) : DebugClass
module this
typeName string
Résultat slinject.Debugger.Wrappers.DebugClass

FindType() public static méthode

public static FindType ( this process, string typeName, DebugModule &mod ) : DebugClass
process this
typeName string
mod slinject.Debugger.Wrappers.DebugModule
Résultat slinject.Debugger.Wrappers.DebugClass

Is() public static méthode

public static Is ( this module, string pattern ) : bool
module this
pattern string
Résultat bool

IsAtSafePoint() public static méthode

public static IsAtSafePoint ( this thread ) : bool
thread this
Résultat bool

ResolveAllFunctionName() public static méthode

public static ResolveAllFunctionName ( this module, string className, string functionName ) : List
module this
className string
functionName string
Résultat List

ResolveFunctionName() public static méthode

public static ResolveFunctionName ( this module, string className, string functionName ) : DebugFunction
module this
className string
functionName string
Résultat slinject.Debugger.Wrappers.DebugFunction