Convert a byte[] into a structure
            
 
    Namespace: 
   MicroFocus.COBOL.RuntimeServices
    Assembly:
   MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
 
public static Object GetStruct(
	byte[] rawData,
	int position,
	Type anyType
)
Public Shared Function GetStruct ( 
	rawData As Byte(),
	position As Integer,
	anyType As Type
) As Object
public:
static Object^ GetStruct(
	array<unsigned char>^ rawData, 
	int position, 
	Type^ anyType
)
static member GetStruct : 
        rawData : byte[] * 
        position : int * 
        anyType : Type -> Object 
Parameters
- rawData
- Type: SystemByte
 
- position
- Type: SystemInt32
 
- anyType
- Type: SystemType
 
Return Value
Type: 
Object 
Reference