UnixMarshal
AllocHeap(Int64)
FreeHeap(IntPtr)
GetErrorDescription(Errno)
PtrToString(IntPtr)
PtrToString(IntPtr, Encoding)
PtrToStringArray(IntPtr)
PtrToStringArray(Int32, IntPtr)
PtrToStringArray(IntPtr, Encoding)
PtrToStringArray(Int32, IntPtr, Encoding)
PtrToStringUnix(IntPtr)
ReAllocHeap(IntPtr, Int64)
ShouldRetrySyscall(Int32)
ShouldRetrySyscall(Int32, Errno)
StringToHeap(String)
StringToHeap(String, Encoding)
StringToHeap(String, Int32, Int32)
StringToHeap(String, Int32, Int32, Encoding)
ThrowExceptionForError(Errno)
ThrowExceptionForErrorIf(Int32, Errno)
ThrowExceptionForLastError()
ThrowExceptionForLastErrorIf(Int32)
monoandroid
namespace Mono.Unix
{
public sealed class UnixMarshal
{
[CLSCompliant(false)]
public static bool ShouldRetrySyscall(int r, out Errno errno);
}
}
| Xamarin Android | 0.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Posix , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API