Свойство | Type | Description | |
---|---|---|---|
Linux_ARM | |||
Linux_ARM64 | |||
Linux_ARMEL | |||
Linux_ARMHF | |||
Linux_IA64 | |||
Linux_K1OM | |||
Linux_PPC | |||
Linux_PPC64 | |||
Linux_X32 | |||
Linux_X86 | |||
Linux_X86_64 | |||
OSX_PPC | |||
OSX_PPC64 | |||
OSX_X86 | |||
OSX_X86_64 | |||
Unknown | |||
Windows_ARM | |||
Windows_IA64 | |||
Windows_X86 | |||
Windows_X86_64 |
Свойство | Type | Description | |
---|---|---|---|
ABI |
Méthode | Description | |
---|---|---|
Equals ( |
Compares for equality with another ABI object. Comparison is performed by value. |
|
Equals ( System other ) : bool |
Compares for equality with another object. Comparison is performed by value. |
|
GetHashCode ( ) : int |
Provides a hash for the object. Non-equal ABI objects are guaranteed to have different hashes. |
|
IsLinux ( ) : bool |
Checks if the object represents one of Linux-specific ABIs.
|
|
IsOSX ( ) : bool |
Checks if the object represents one of OSX-specific ABIs.
|
|
IsUnix ( ) : bool |
Checks if the object represents one of Unix-specific ABIs.
|
|
IsWindows ( ) : bool |
Checks if the object represents one of Windows-specific ABIs.
|
|
ToString ( ) : string |
Provides a string ID for the object. The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol. |
Méthode | Description | |
---|---|---|
ABI ( uint id ) |