In This Article

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

IBinaryAssemblyReferenceCollection

HasLoadErrors

Indicates whether load errors were encountered when using reflection on the related .NET assembly.

bool HasLoadErrors { get; }

Property Value

bool

Inherited Members

Extension Methods