Click or drag to resize

AssemblyInfoLoadAssemblyFromResource Method

Loads the specified assembly that is embedded as a resource in the assembly.

Namespace: GSF.Reflection
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax
[SecurityCriticalAttribute]
public static void LoadAssemblyFromResource(
	string assemblyName
)
View Source

Parameters

assemblyName  String
Name of the assembly to load.
Remarks
Note that this function cannot be used to load GSF.Core itself, since this is where function resides.
See Also