IVstaHelper.GetAssemblyBytes(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.