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.
- In Project view, select the object node.
-
Select
and then select Runtime NetLogic.
Runtime NetLogic# appears in Project view.
-
Right-click RuntimeNetLogic and select .
NetLogic opens in the editor with added code:
[ExportMethod] public void MethodName() { // insert code to be executed by method }
- (Optional) Rename the method in C#.