Returns the managed address of the memory segment if the segment is managed and throws and exception otherwise.

C# | Visual Basic | Managed C++ |
public byte[] Array { get; }
Public ReadOnly Property Array As Byte()
public: property array<unsigned char>^ Array { array<unsigned char>^ get (); }