BinaryManager Class
Manages and provides access to the outputs (assemblies, pdbs, xml documentation files) of a Project.
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets the name of the compiled assembly for the given project settings. This property is used to distinguish between multiple BinaryItem items that are created as a result of compilation (copy local referenced assemblies, xml documentation output) and the target output of the project. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetBinaryItems() | Returns a collection of the current results of compilation. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSourceErrors() | Returns a collection of the current compilation errors. |
![]() | GetType() | (Inherited from Object.) |
![]() | Reset() | Clears any internally cached state in the BinaryManager. |
![]() | SetProperty(String, String) | Sets a global build property. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | BinaryItemsChanged | Occurs when the previously returned binary items are no longer valid. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


