ProtocolImporter.GenerateMethod 方法

定义

在派生类中重写时,为绑定类生成方法代码。

protected:
 abstract System::CodeDom::CodeMemberMethod ^ GenerateMethod();
protected abstract System.CodeDom.CodeMemberMethod GenerateMethod ();
abstract member GenerateMethod : unit -> System.CodeDom.CodeMemberMethod
Protected MustOverride Function GenerateMethod () As CodeMemberMethod

返回

生成的方法。

注解

生成代码时, ProtocolImporter 类为每个表示操作的绑定类方法调用 GenerateMethod 方法。

适用于