Calls the instance of a procedural program" with parameters
Namespace:
MicroFocus.COBOL.RuntimeServices
Assembly:
MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
[CLSCompliantAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static Object CobCallObject(
string program,
params Object[] parameters
)
<CLSCompliantAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function CobCallObject (
program As String,
ParamArray parameters As Object()
) As Object
public:
[CLSCompliantAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static Object^ CobCallObject(
String^ program,
... array<Object^>^ parameters
)
[<CLSCompliantAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member CobCallObject :
program : string *
parameters : Object[] -> Object
Parameters
- program
- Type: SystemString
- parameters
- Type: SystemObject
Return Value
Type:
Object
Reference