Load Methods (Magic xpi 4.5)
The Load Methods dialog box is used to define or change methods and method parameters for a component.
This dialog box contains the following fields:
|
|
Load Methods
|
Technology
|
The technology that you want to use to develop your component. Select one of the following from the drop-down list:
|
Assembly
|
Select the assembly that you want to include in the component from the drop-down list. This drop-down list is populated by the selections that you make in the Assembly Selection dialog box when you click the Assemblies button.
Note:
|
-
All dependent dlls must be added to the Assembly Selection list and not just the one containing the class that you want to use.
-
If the assembly is already loaded to the GAC, you do not need to select an assembly.
|
This parameter is available only if you selected .NET in the Technology parameter (above).
|
Class Name
|
A mandatory unique name in the project for the module.
If you select Java in the Technology parameter (above), click the button to select a class from a list of available classes in the classpath.
Then, click the Jars button and select the jar files that you want to include in the component.
|
Methods List
|
Method Type
|
Select the type of method that you want to include in the component.
|
Method Name
|
The name of the method used by the server at runtime. This is a method name for Java components. Names with special characters, such as a period (.), question mark (?), or slash (/) cannot be loaded.
|
Num of Args
|
The number of arguments that this method accepts.
|
Method Type (.NET only)
|
A read-only field containing the type of method: Static, Instance, or Constructor.
|
Method Signature: This read-only section displays the full method signature.
|
This dialog box also contains the following button: