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 better to use LoadAssembly()
first, then call CreateInstance()
.
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, 2025 • Updated: 2025-03-12
Comment or report problem with topic