ClassLoader.LoadClassAsync Method

Definition

Overloads

LoadClassAsync(String)
LoadClassAsync(String, Boolean)

LoadClassAsync(String)

public System.Threading.Tasks.Task<Java.Lang.Class?> LoadClassAsync (string? name);
member this.LoadClassAsync : string -> System.Threading.Tasks.Task<Java.Lang.Class>

Parameters

name
String

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

LoadClassAsync(String, Boolean)

protected System.Threading.Tasks.Task<Java.Lang.Class?> LoadClassAsync (string? name, bool resolve);
member this.LoadClassAsync : string * bool -> System.Threading.Tasks.Task<Java.Lang.Class>

Parameters

name
String
resolve
Boolean

Returns

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to