Table of Contents

Method TryGetAssemblyBytes

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

TryGetAssemblyBytes(out byte[])

When implemented by a class, retrieves assembly content into the byte array.

bool TryGetAssemblyBytes(out byte[] assemblyBytes)

Parameters

assemblyBytes byte[]

A byte array containing the contents of the assembly.

Returns

bool

True if success; otherwise, false.