Share via


MemberFunction.AOTsetSource Method

Sets the source code for a specified node in the AOT, such as a class or method.

Syntax

public void AOTsetSource(str source, [boolean isStatic])

Run On

Called

Parameters

  • source
    Type: str
    A string that specifies the source code.
  • isStatic
    Type: boolean
    A Boolean value: true for a static method or false for an instance method; optional.

See Also

Reference

MemberFunction Class