FunctionCollection<'FnCtx, 'GlCtx> Type
Collection of recovered functions.
Constructors
| Constructor |
Description
|
Full Usage:
FunctionCollection(builders)
Parameters:
ICFGBuildable<'FnCtx, 'GlCtx>[]
Returns: FunctionCollection<'FnCtx, 'GlCtx>
|
|
Instance members
| Instance member |
Description
|
|
Addresses of functions.
|
Full Usage:
this.Count
Returns: int
|
Number of functions in the collection.
|
|
|
|
|
|
Sequence of functions.
|
B2R2