共用方式為


BinaryManager Class

 

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
System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetBinaryItems()

Returns a collection of the current results of compilation.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetSourceErrors()

Returns a collection of the current compilation errors.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Reset()

Clears any internally cached state in the BinaryManager.

System_CAPS_pubmethod SetProperty(String, String)

Sets a global build property.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top