Click or drag to resize

MonoCecilLoadedAssembly Properties

The MonoCecilLoadedAssembly type exposes the following members.

Properties
  NameDescription
Public propertyAssemblyDefinition
The associated AssemblyDefinition 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 propertyLocation
The location of the assembly.
(Overrides LoadedAssemblyLocation.)
Top
See Also