Click or drag to resize

Assemblies Methods

The Assemblies type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddAssemblies
Adds a collection of new Assembly to the assembly collection.
Public methodStatic memberAddAssembly
Adds a new Assembly to the assembly collection
Public methodStatic memberGetFirstAssemblyWithResourceName
Returns the first found Assembly that contains an embedded resource with the given resource name
Public methodStatic memberGetManifestResource(String)
Loads the specified manifest resource from this assembly.
Public methodStatic memberGetManifestResource(FuncAssemblyResource, Boolean)
Loads the specified manifest resource from this assembly.
Public methodStatic memberGetManifestResourceInfo
Returns information about how the given resource has been persisted.
Public methodStatic memberGetManifestResources
Returns all information about how the given resource has been persisted.
Public methodStatic memberGetTypeFromName
Tries to find/identify a Type by its name
Public methodStatic memberLoadAssembly
Loads the contents of all assemblies that matches the specified filter
Top
See Also