다음을 통해 공유


Executable.ToGenericString Method

Definition

Returns a string describing this Executable, including any type parameters.

[Android.Runtime.Register("toGenericString", "()Ljava/lang/String;", "GetToGenericStringHandler", ApiSince=26)]
public abstract string ToGenericString ();
[<Android.Runtime.Register("toGenericString", "()Ljava/lang/String;", "GetToGenericStringHandler", ApiSince=26)>]
abstract member ToGenericString : unit -> string

Returns

a string describing this Executable, including any type parameters

Attributes

Remarks

Returns a string describing this Executable, including any type parameters.

Java documentation for java.lang.reflect.Executable.toGenericString().

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