RuntimeServices Methods

Methods

GetArchitecture Returns the processor architecture the current process is running on.
LibraryPaths Enumerates the paths that are searched when looking for native assemblies.
LoadAssembly Loads a native library of the specified name, optionally using the suggested location.
LoadLibrary Loads a native library of the specified name, optionally using the suggested location.
TryLoadAssembly Attempts to load an assembly.
TryLoadLibrary Attempts to load an assembly.

See Also