Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages and provides access to the outputs (assemblies, pdbs, xml documentation files) of a Project.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.BinaryManager
Syntax
public sealed class BinaryManager
public ref class BinaryManager sealed
[<Sealed>]
type BinaryManager = class end
Public NotInheritable Class BinaryManager
Properties
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. |
Methods
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.) |
Events
Name | Description | |
---|---|---|
![]() |
BinaryItemsChanged | Occurs when the previously returned binary items are no longer valid. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.