|
AssemblyInfoLoadAssemblyFromResource Method
|
Loads the specified assembly that is embedded as a resource in the assembly.
Namespace: GSF.ReflectionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
SyntaxGSF.Reflection.AssemblyInfo.LoadAssemblyFromResource = function(assemblyName);
View SourceParameters
- assemblyName String
- Name of the assembly to load.
RemarksNote that this function cannot be used to load GSF.Core itself, since this is where function resides.
See Also