ProjBAAssemblyHelper::newFromAssembly Method [AX 2012]

Instantiates the ProjBAAssemblyHelper class and initializes the instance variables based on the assembly name.

server public static ProjBAAssemblyHelper newFromAssembly(str _assemblyName)

Run On

Server

Parameters

_assemblyName
Type: str
Full name of the assembly.

Return Value

Type: ProjBAAssemblyHelper Class
An object of type ProjBAAssemblyHelper.

ExceptionCondition
Error

An error occurred while loading the assembly.

Show: