load_assembly | Precisamento

load_assembly

Home
functions
constants
json
examples

Loads an assembly into the current app domain.

Syntax

1
load_assembly(assembly_path)
Argument Type Description
assembly_path string The path to the assembly to load.

Returns: Bool (true on success, false on failure).

Description

This function loads an assembly into the current app domain.