Create a new method for an object

Create a new method for an object to be performed at runtime. Create a new method for a Runtime Netlogics that you add to
Project view
.
  1. In
    Project view
    , select the object node.
  2. Select
    Add
    new
    and then select
    R
    untime Netlogic.
    RuntimeNetLogic
    #
    appears in
    Project
    view
    .
  3. Right-click
    Runtime
    NetLogic
    and select
    New
    >
    Method. NetLogic
    opens in the editor with added code:
    [ExportMethod] public void MethodName() { // insert code to be executed by method }
  4. (Optional) Rename the method in C#.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.