IAssembly Interface
Provides the base requirements of an assembly.
public interface IAssembly
Properties
Documentation
The IAssemblyDocumentation that provides access to this assembly's type and member documentation.
GlobalNamespace
The entry point into the INamespaceDefinition tree defined in this assembly.
Name
The simple name of the assembly.
Namespaces
The collection of INamespaceDefinition objects defined in this assembly.
Methods
GetAssemblyName()
Returns an IAssemblyName that contains assembly name information.
ToTreeString()
Outputs a string indicating the contents of the assembly in tree form.