共用方式為


ProtocolReflector.ReflectMethod 方法

定義

在衍生類別中覆寫時,產生方法特定的資訊,其會置於對應至繫結的 ServiceDescription 物件中。

protected:
 abstract bool ReflectMethod();
protected abstract bool ReflectMethod ();
abstract member ReflectMethod : unit -> bool
Protected MustOverride Function ReflectMethod () As Boolean

傳回

放置於對應繫結之 ServiceDescription 物件的特定方法資訊。

備註

方法的實作 ReflectMethod 應該會產生作業系結、抽象作業和訊息等資訊。

適用於