The IForeNETRuntimeMethodBinding interface contains properties and methods used to determine search and binding parameters of .NET method, with arguments that are used to execute .NET method.
The properties of this interface are used to set flags of method search and determination of method arguments connection with specified types. The indication of argument types is necessary to ensure correct search and execution of redefined .NET methods.
Property name | Brief description | |
ByRef | The ByRef property determines to what arguments in overloaded method should correspond the parameters, passed by the link (parameters with the Var or the Out modifier) in the search. | |
Flags | The Flags property determines the flags, according to which the search of overloaded .NET method is performed. | |
Types | The Types property returns the collection of arguments types. |
Method name | Brief description | |
Finalize | The Finalize method releases the resources, that are used by the object before its destruction. | |
GetType | The GetType method returns the parameters of type, that is the parent for this object. |
See also: