| Changed Classes |
|
AnsiString
|
Represents a zero-terminated string of an 8-bit (ANSI) character declared in C as char[n] where n is the length of the buffer. |
|
Library
|
This class provides operations with a native code library. |
|
PlatformContext
|
Provides information on platform-dependent type sizes etc. |
|
Pointer
|
This class represents a pointer to object in terms of C language. |
|
Pointer.Const
|
Represents a pointer to constant object. |
|
Pointer.OutOnly
|
Represents a pointer to object with undefined initial value. |
|
PrimitiveArray
|
Represents an array of primitive types such as array of bytes or array of integer values. |
|
Str
|
Represents a string data that depends on Unicode support of an operating system under which the code is being executed. |
|
Structure
|
The class represents structures in terms of C language. |
|
Union
|
Represents a C union type. |
|
ZeroTerminatedString
|
Base class for all types of zero-terminated strings. |