AIFunction.UnderlyingMethod Proprietà

Definizione

Ottiene l'oggetto sottostante MethodInfo che potrebbe AIFunction essere disposto a capo.

public:
 virtual property System::Reflection::MethodInfo ^ UnderlyingMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo? UnderlyingMethod { get; }
member this.UnderlyingMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property UnderlyingMethod As MethodInfo

Valore della proprietà

Commenti

Fornisce metadati aggiuntivi sulla funzione e sulla relativa firma. Le implementazioni che non eseguono il wrapping dei metodi di .NET possono restituire null.

Si applica a