Public Member Functions | |
| Info () | |
Constructs an instance of the Info class. | |
Properties | |
| bool | HasDebugInfo |
| True if the library is compiled with debug info. | |
| bool | UsesAssemblyCode |
| True if the library is compiled with assembly optimizations. | |
| int | SizeOfUInt |
| Gets the size of the unsigned int that was compiled into Zlib. | |
| int | SizeOfULong |
| Gets the size of the unsigned long that was compiled into Zlib. | |
| int | SizeOfPointer |
| Gets the size of the pointers that were compiled into Zlib. | |
| int | SizeOfOffset |
| Gets the size of the z_off_t type that was compiled into Zlib. | |
| static string | Version |
| Gets the version of ZLib as a string, e.g. "1.2.1". | |
Private Member Functions | |
| static uint | zlibCompileFlags () |
| static string | zlibVersion () |
Static Private Member Functions | |
| static int | bitSize (uint bits) |
Private Attributes | |
| uint | _flags |
Definition at line 216 of file DotZLib.cs.
|
|
Constructs an instance of the
Definition at line 245 of file DotZLib.cs. References zlibCompileFlags(). |
|
|
Definition at line 230 of file DotZLib.cs. |
|
|
|
|
|
|
|
|
Definition at line 227 of file DotZLib.cs. |
|
|
True if the library is compiled with debug info.
Definition at line 253 of file DotZLib.cs. |
|
|
Gets the size of the z_off_t type that was compiled into Zlib.
Definition at line 278 of file DotZLib.cs. |
|
|
Gets the size of the pointers that were compiled into Zlib.
Definition at line 273 of file DotZLib.cs. |
|
|
Gets the size of the unsigned int that was compiled into Zlib.
Definition at line 263 of file DotZLib.cs. |
|
|
Gets the size of the unsigned long that was compiled into Zlib.
Definition at line 268 of file DotZLib.cs. |
|
|
True if the library is compiled with assembly optimizations.
Definition at line 258 of file DotZLib.cs. |
|
|
Gets the version of ZLib as a string, e.g. "1.2.1".
Definition at line 283 of file DotZLib.cs. |
1.4.6