IBinaryAssembly Interface
Provides the base requirements of a binary assembly.
public interface IBinaryAssembly : IAssembly, IBinaryAssemblyMetadata
Properties
AssemblyReferences
The collection of assembly references for this assembly.
IBinaryAssemblyReferenceCollection AssemblyReferences { get; }
Property Value
HasLoadErrors
Indicates whether load errors were encountered when using reflection on the related .NET assembly.
Inherited Members
- IAssembly.GetAssemblyName()
- IAssembly.ToTreeString()
- IAssembly.Documentation
- IAssembly.GlobalNamespace
- IAssembly.Name
- IAssembly.Namespaces
- IBinaryAssemblyMetadata.LastModifiedDateTime
- IBinaryAssemblyMetadata.Location
- IBinaryAssemblyMetadata.Size