LoadFromAddress
Load up to 4 bytes from a memory address.
Parameters
Address to a memory location.
How many bytes should be read.
If loading a floating-point value, use NumberType_Int32.
Return Value
any The value that is stored at that address.Error
Address is null or pointing to reserved memory.