Runtime Data Search
RuntimeObjectSearch Class |
Search values in objects at runtime.
Inheritance Hierarchy
Namespace: RuntimeDataSearch
Assembly: RuntimeDataSearch (in RuntimeDataSearch.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static class RuntimeObjectSearch
The RuntimeObjectSearch type exposes the following members.
Methods
Name | Description | |
---|---|---|
MakeKnown |
Informs the debugger about the existence of the RuntimeObjectSearch class prior to using it in the immediate window.
| |
SearchRuntimeValue(Object, Object, String) |
Search inside of an object hierarchy.
| |
SearchRuntimeValue(Object, Object, SearchOptions, Int32, String) |
Search inside of an object hierarchy.
|
See Also