Click or drag to resize

ReflectionLoadedAssembly Properties

The ReflectionLoadedAssembly type exposes the following members.

Properties
  NameDescription
Public propertyAssembly
The associated Assembly object.
Public propertyEmbedInteropTypes
True if Embed Interop Types is set on the assembly reference in the project.
(Inherited from LoadedAssembly.)
Public propertyFullName
The full name of the assembly.
(Overrides LoadedAssemblyFullName.)
Public propertyIsFrameworkAssembly
True if this is a framework assembly.
(Inherited from LoadedAssembly.)
Public propertyIsPreLoaded
True if this assembly was pre-loaded.
Public propertyIsShared
True if a pre-loaded assembly for the current app domain is "shared".
Public propertyLocation
The location of the assembly.
(Overrides LoadedAssemblyLocation.)
Top
See Also