Create a method for an object
Create a method for an object to be performed at runtime. Create a method for a Runtime Netlogics that you add to
Project view
.- InProject view, select the object node.
- Select and then selectRuntime NetLogic.Runtime NetLogic#appears inProject view.
- Right-clickRuntimeNetLogicand select .NetLogicopens in the editor with added code:[ExportMethod] public void MethodName() { // insert code to be executed by method }
- (Optional) Rename the method in C#.
Provide Feedback