Struct size_t
CLR equivalent to the C/C++ architecture specific size_t
Namespace: Llvm.NET.Interop
Assembly: Llvm.NET.dll
Syntax
public struct size_t : IEquatable<size_t>
Properties
Zero | Gets a 0 size value |
Methods
Equals(size_t) | |
Equals(Object) | |
FromInt32(Int32) | |
FromInt64(Int64) | |
FromUInt32(UInt32) | |
FromUInt64(UInt64) | |
GetHashCode() | |
ToInt32() | Converts a size to an int |
ToInt64() | Converts the size to an Int64 |
Operators
Equality(size_t, size_t) | Equality operator |
Implicit(size_t to Int32) | Converts the size to a Int32 |
Implicit(size_t to Int64) | Converts the size to a Int64 |
Implicit(Int32 to size_t) | Converts an int to a size_t |
Implicit(Int64 to size_t) | |
Implicit(UInt32 to size_t) | |
Implicit(UInt64 to size_t) | |
Inequality(size_t, size_t) | Inequality operator |