|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax[SecurityCriticalAttribute]
public static void LoadAssemblyFromResource(
	string assemblyName
)
<SecurityCriticalAttribute>
Public Shared Sub LoadAssemblyFromResource ( 
	assemblyName As String
)
public:
[SecurityCriticalAttribute]
static void LoadAssemblyFromResource(
	String^ assemblyName
)
[<SecurityCriticalAttribute>]
static member LoadAssemblyFromResource : 
        assemblyName : string -> unit GSF.Reflection.AssemblyInfo.LoadAssemblyFromResource = function(assemblyName);
Parameters
- assemblyName  String
- Name of the assembly to load.
 Remarks
RemarksNote that this function cannot be used to load GSF.Core itself, since this is where function resides.
 See Also
See Also