ReflectionLoadedAssembly Class |
Namespace: Nova.CodeDOM
public class ReflectionLoadedAssembly : LoadedAssembly
The ReflectionLoadedAssembly type exposes the following members.
Name | Description | |
---|---|---|
![]() | ReflectionLoadedAssembly |
Create a ReflectionLoadedAssembly.
|
Name | Description | |
---|---|---|
![]() | Assembly |
The associated Assembly object.
|
![]() | EmbedInteropTypes |
True if Embed Interop Types is set on the assembly reference in the project.
(Inherited from LoadedAssembly.) |
![]() | FullName |
The full name of the assembly.
(Overrides LoadedAssemblyFullName.) |
![]() | IsFrameworkAssembly |
True if this is a framework assembly.
(Inherited from LoadedAssembly.) |
![]() | IsPreLoaded |
True if this assembly was pre-loaded.
|
![]() | IsShared |
True if a pre-loaded assembly for the current app domain is "shared".
|
![]() | Location |
The location of the assembly.
(Overrides LoadedAssemblyLocation.) |
Name | Description | |
---|---|---|
![]() | AreInternalTypesVisibleTo |
Determine if internal types in the assembly are visible to the specified project.
(Overrides LoadedAssemblyAreInternalTypesVisibleTo(Project).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetReferencedAssemblies |
Get all referenced assemblies for this assembly.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetTypes |
Get the types for this assembly.
|
![]() | GetVersion |
Get the version of the assembly.
(Overrides LoadedAssemblyGetVersion.) |
![]() | LoadType |
Load the specified type into the appropriate namespace under the specified root namespace.
|
![]() | LoadTypes |
Load all of the (non-nested) types in the assembly into the appropriate namespaces under
the specified root namespace, hiding any of the specified types.
(Overrides LoadedAssemblyLoadTypes(Boolean, RootNamespace, String, HashSetString).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Get a string description of this LoadedAssembly.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | _assembly | |
![]() | _embedInteropTypes | (Inherited from LoadedAssembly.) |
![]() | _internalsVisibleToAttributes | |
![]() | _isFrameworkAssembly | (Inherited from LoadedAssembly.) |
![]() | _isPreLoaded | |
![]() | _isShared | |
![]() | _loadedTypes |