ReflectionSearch.GetDeclarationsUsedByMethod Method |
Name | Description | |
---|---|---|
GetDeclarationsUsedByMethod(MethodBase) |
Gets all declarations (Type,
FieldInfo, MethodInfo or ConstructorInfo) used
by the body of a given method or constructor.
| |
GetDeclarationsUsedByMethod(MethodBase, ReflectionSearchOptions) |
Gets all declarations (Type,
FieldInfo, MethodInfo or ConstructorInfo) used
by the body of a given method or constructor and specifies additional options.
|