abstract locked class Method
Class Method is used to hold method references inside the compiler. The use of Method is handled by the compiler. Users should avoid using the Method type explicitly.
| Modifiers | Return Types | Method and Description |
|---|---|---|
protected |
() |
create(MethodTable method, Object object, Object[] arguments)Method references are created internally by the compiler. |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public |
() |
destroy() |
| Modifiers | Return Types | Method and Description |
|---|---|---|
public readonly |
(Method) |
copy(AddressMap addresses) |
protected create(MethodTable method, Object object, Object[] arguments) => ()
Method references are created internally by the compiler. This method is protected to prevent a user from creating a Method object explicitly.
public destroy() => ()
public readonly copy(AddressMap addresses) => (Method)