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)

System.Object
  Microsoft.VisualStudio.Tools.Applications.BinaryManager

Public NotInheritable Class BinaryManager

NameDescription
System_CAPS_pubpropertyAssemblyName

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetBinaryItems()

Returns a collection of the current results of compilation.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSourceErrors()

Returns a collection of the current compilation errors.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReset()

Clears any internally cached state in the BinaryManager.

System_CAPS_pubmethodSetProperty(String, String)

Sets a global build property.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventBinaryItemsChanged

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.

Return to top

Community Additions

ADD
Show: