AssemblyInfoLoadAssemblyFromResource Method
Loads the specified assembly that is embedded as a resource in the assembly.
Namespace: Gemstone.ReflectionAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
[SecurityCriticalAttribute]
public static void LoadAssemblyFromResource(
string assemblyName
)
<SecurityCriticalAttribute>
Public Shared Sub LoadAssemblyFromResource (
assemblyName As String
)
public:
[SecurityCriticalAttribute]
static void LoadAssemblyFromResource(
String^ assemblyName
)
Gemstone.Reflection.AssemblyInfo.LoadAssemblyFromResource = function(assemblyName);
Parameters
- assemblyName String
- Name of the assembly to load.
Note that this function cannot be used to load Gemstone.Core itself, since this is where function resides.