Share via


ITypeDescriptor.DescriptorString Method

Definition

Returns the descriptor string for this TypeDescriptor object.

[Android.Runtime.Register("descriptorString", "()Ljava/lang/String;", "GetDescriptorStringHandler:Java.Lang.Invoke.ITypeDescriptorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public string? DescriptorString ();
[<Android.Runtime.Register("descriptorString", "()Ljava/lang/String;", "GetDescriptorStringHandler:Java.Lang.Invoke.ITypeDescriptorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member DescriptorString : unit -> string

Returns

the descriptor string for this TypeDescriptor object

Attributes

Remarks

Returns the descriptor string for this TypeDescriptor object.

If this TypeDescriptor object can be described in nominal form, then this method returns a type descriptor as specified in JVMS {

Java documentation for java.lang.invoke.TypeDescriptor.descriptorString().

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