IForeNETRuntimeMethod

Description

The IForeNETRuntimeMethod interface contains properties and methods used to work with .NET method, implemented at any .NET type.

Properties

  Property name Brief description
Name The Name property returns the name of .NET method.
ParameterName The ParameterName property returns the name of .NET method parameter.
ParameterType The ParameterType property returns the type of .NET method parameter.
Type The Type property returns the .NET type, in which the .NET method is implemented.

Methods

  Method name Brief description
CreateArgs The CreateArgs method creates the collection of arguments, that are required to execute of this .NET method.
Invoke The Invoke method executes the given .NET method for the specified instance of object.

Methods inherited from IForeNETRuntimeObject

  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:

ForeNet Assembly Interfaces