Table of Contents

Method TryGetAssemblyBytes

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

TryGetAssemblyBytes(out byte[])

Retrieves assembly content into the byte array.

public bool TryGetAssemblyBytes(out byte[] assemblyBytes)

Parameters

assemblyBytes byte[]

A byte array containing the contents of the assembly.

Returns

bool

True if success; otherwise, false.