ProtocolImporter.GenerateMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, generates method code for binding classes.
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
Returns
The generated method.
Remarks
When generating code, the ProtocolImporter class calls the GenerateMethod method for each binding class method that represents an operation.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.