Virtual Method

FoundryDiagnosticToolprepare

Declaration [src]

DexFuture*
prepare (
  FoundryDiagnosticTool* self,
  FoundryProcessLauncher* launcher,
  const char* const* argv,
  const char* const* environ,
  const char* language
)

Description

No description available.

Parameters

launcher

Type: FoundryProcessLauncher

No description available.

The data is owned by the caller of the method.
argv

Type: An array of char*

No description available.

The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.
environ

Type: An array of char*

No description available.

The argument can be NULL.
The array must be NULL-terminated.
The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.
language

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: DexFuture

No description available.

The returned data is owned by the instance.