V8Fast |
The V8FastArg type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetT | Gets a value of the given type from the argument. | |
| GetBigInteger | Gets the BigInteger value of the argument. | |
| GetBoolean | Gets the Boolean value of the argument. | |
| GetByte | Gets the Byte value of the argument. | |
| GetChar | Gets the Char value of the argument. | |
| GetCharSpan | Gets the string value of the argument as a ReadOnlySpan<char>. | |
| GetDateTime | Gets the DateTime value of the argument. | |
| GetDecimal | Gets the Decimal value of the argument. | |
| GetDouble | Gets the Double value of the argument. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetInt16 | Gets the Int16 value of the argument. | |
| GetInt32 | Gets the Int32 value of the argument. | |
| GetInt64 | Gets the Int64 value of the argument. | |
| GetNullableT | Gets a nullable value of the given underlying type from the argument. | |
| GetSByte | Gets the SByte value of the argument. | |
| GetSingle | Gets the Single value of the argument. | |
| GetString | Gets the string value of the argument. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUInt16 | Gets the UInt16 value of the argument. | |
| GetUInt32 | Gets the UInt32 value of the argument. | |
| GetUInt64 | Gets the UInt64 value of the argument. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
| TryGet(BigInteger) | Gets the BigInteger value of the argument if possible. | |
| TryGet(Boolean) | Gets the Boolean value of the argument if possible. | |
| TryGet(Byte) | Gets the Byte value of the argument if possible. | |
| TryGet(Char) | Gets the Char value of the argument if possible. | |
| TryGet(DateTime) | Gets the DateTime value of the argument if possible. | |
| TryGet(Decimal) | Gets the Decimal value of the argument if possible. | |
| TryGet(Double) | Gets the Double value of the argument if possible. | |
| TryGet(Int16) | Gets the Int16 value of the argument if possible. | |
| TryGet(Int32) | Gets the Int32 value of the argument if possible. | |
| TryGet(Int64) | Gets the Int64 value of the argument if possible. | |
| TryGet(ReadOnlySpanChar) | Gets the string value of the argument as a ReadOnlySpan<char> if possible. | |
| TryGet(SByte) | Gets the SByte value of the argument if possible. | |
| TryGet(Single) | Gets the Single value of the argument if possible. | |
| TryGet(String) | Gets the string value of the argument if possible. | |
| TryGet(UInt16) | Gets the UInt16 value of the argument if possible. | |
| TryGet(UInt32) | Gets the UInt32 value of the argument if possible. | |
| TryGet(UInt64) | Gets the UInt64 value of the argument if possible. | |
| TryGetT(NullableT) | Gets a nullable value of the given underlying type from the argument if possible. | |
| TryGetT(T) | Gets a value of the given type from the argument if possible. |