ResourcesLoader Constructors
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.
Overloads
| Name | Description |
|---|---|
| ResourcesLoader() |
Creates a new resource loader with no providers. |
| ResourcesLoader(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ResourcesLoader()
Creates a new resource loader with no providers.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=30)]
public ResourcesLoader();
- Attributes
Remarks
Add providers in increasing precedence order.
Applies to
ResourcesLoader(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected ResourcesLoader(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.Res.Loader.ResourcesLoader : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.Res.Loader.ResourcesLoader
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnership value indicating how to handle javaReference.
Remarks
This constructor supports the Java interop infrastructure and is not intended to be called directly by applications.