AssemblyInfoLoadAssemblyFromResource Method

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

Definition

Namespace: Gemstone.Reflection
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.110 -- Release Build+3e0464f4461df4d3e1175b13966eb47ff832554d
[SecurityCriticalAttribute]
public static void LoadAssemblyFromResource(
	string assemblyName
)

Parameters

assemblyName  String
Name of the assembly to load.

Remarks

Note that this function cannot be used to load Gemstone.Core itself, since this is where function resides.

See Also