Share via


IVstaHelper.GetAssemblyBytes(String) Method

Definition

Gets the assembly bytes generated during the build process.

public:
 cli::array <System::Byte> ^ GetAssemblyBytes(System::String ^ configuration);
public byte[] GetAssemblyBytes (string configuration);
abstract member GetAssemblyBytes : string -> byte[]
Public Function GetAssemblyBytes (configuration As String) As Byte()

Parameters

configuration
String

The configuration of the project.

Returns

Byte[]

A Byte representing a Boolean value indicating success or failure of this method.

Applies to