ControlFetcherMixins class¶
Defined in
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Full name: ReactiveUI.Reactive.ControlFetcherMixins
Modifiers: public static
Summary¶
Extension methods associated with the ControlFetcher class.
Applies to
net10.0-android36.0
Remarks¶
This API is intended for classic Android view wiring patterns (e.g., Activities/Fragments/Views). It performs name-to-resource-id resolution using reflection over the generated Android Resource classes, and caches lookups per assembly and per root view.
Trimming/AOT: resource discovery uses reflection over generated resource types and may require preserving
those members. See GetControlIdByName and related remarks.
Methods¶
| Name | Summary |
|---|---|
| static GetControl | |
| static WireUpControls | |
| static GetResourceName | |
| static GetWireUpMembers |
Inherited members
Extension blocks¶
extension(Activity activity)¶
GetControlWireUpControlsWireUpControls
extension(Fragment fragment)¶
WireUpControlsWireUpControls
extension(ILayoutViewHost layoutHost)¶
WireUpControlsWireUpControls
extension(PropertyInfo member)¶
GetResourceName
extension(View view)¶
GetControlWireUpControlsWireUpControls
extension(object this)¶
GetWireUpMembers