Registrar<TRegistrable> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For internal use by the Xamarin.Forms platform.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class Registrar<TRegistrable> where TRegistrable : class
type Registrar<'Registrable (requires 'Registrable : null)> = class
Type Parameters
- TRegistrable
For internal use by the Xamarin.Forms platform.
- Inheritance
-
System.ObjectRegistrar<TRegistrable>
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute
Constructors
Registrar<TRegistrable>() |
For internal use by the Xamarin.Forms platform. |
Methods
GetHandler<TOut>(Type, Object[]) |
For internal use by the Xamarin.Forms platform. |
GetHandler<TOut>(Type) |
For internal use by the Xamarin.Forms platform. |
GetHandlerForObject<TOut>(Object, Object[]) |
For internal use by the Xamarin.Forms platform. |
GetHandlerForObject<TOut>(Object) |
For internal use by the Xamarin.Forms platform. |
GetHandlerType(Type, Type) |
For internal use by the Xamarin.Forms platform. |
GetHandlerType(Type) |
For internal use by the Xamarin.Forms platform. |
GetHandlerTypeForObject(Object) |
For internal use by the Xamarin.Forms platform. |
Register(Type, Type, Type[], Int16) | |
Register(Type, Type, Type[]) |
For internal use by the Xamarin.Forms platform. |
Register(Type, Type) |
For internal use by the Xamarin.Forms platform. |