Click or drag to resize

ConversionsStructureToBytesT Method

Marshals data from a managed object of a specified type to array of bytes.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static byte[] StructureToBytes<T>(
	T structure
)

Parameters

structure
Type: T
The structure.

Type Parameters

T
The structure type.

Return Value

Type: Byte
An array of bytes.
See Also