wwDotNetBridge.CreateInstanceFromFile

Allows creation of an type directly from a file without having to first call LoadAssembly().

Generally this is not recommended except for special occasions, it's almost always bet

o.CreateInstanceFromFile(lcAssemblyFilename,
                         lcType,lvParm1..lvParm3)

Parameters

lcAssemblyFilename
The path to an assembly that is to be loaded.

lcType
Fully qualified typename of the type to instantiate

lvParm1-lvParm3
0 to 3 parameters you can pass into contructor of the type to instantiate.


See also:

Class wwDotNetBridge

© West Wind Technologies, 1996-2022 • Updated: 06/30/20
Comment or report problem with topic