MarshallUtilsGetStruct Method

MicroFocus.COBOL.RuntimeServices
Convert a byte[] into a structure

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

public static Object GetStruct(
	byte[] rawData,
	int position,
	Type anyType
)

Parameters

rawData
Type: SystemByte
position
Type: SystemInt32
anyType
Type: SystemType

Return Value

Type: Object
See Also

Reference