IBinaryAssembly Interface
Provides the base requirements of a binary assembly.
public interface IBinaryAssembly : IAssembly, IBinaryAssemblyMetadata
Properties
AssemblyReferences
Gets the collection of assembly references for this assembly.
IBinaryAssemblyReferenceCollection AssemblyReferences { get; }
Property Value
- IBinaryAssemblyReferenceCollection:
The collection of assembly references for this assembly.
HasLoadErrors
Gets whether load errors were encountered when using reflection on the related .NET assembly.
bool HasLoadErrors { get; }
Property Value
- Boolean:
true
if load errors were encountered; otherwise,false
.