V8Fast |
The V8FastResult 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) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Set(BigInteger) | Sets the result to a BigInteger value. | |
| Set(Boolean) | Sets the result to a Boolean value. | |
| Set(Byte) | Sets the result to a Byte value. | |
| Set(Char) | Sets the result to a Char value. | |
| Set(DateTime) | Sets the result to a DateTime value. | |
| Set(Decimal) | Sets the result to a Decimal value. | |
| Set(Double) | Sets the result to a Double value. | |
| Set(Int16) | Sets the result to a Int16 value. | |
| Set(Int32) | Sets the result to a Int32 value. | |
| Set(Int64) | Sets the result to a Int64 value. | |
| Set(ReadOnlySpanChar) | Sets the result to a string value, specified as a ReadOnlySpan<char>. | |
| Set(SByte) | Sets the result to a SByte value. | |
| Set(Single) | Sets the result to a Single value. | |
| Set(String) | Sets the result to a string value. | |
| Set(UInt16) | Sets the result to a UInt16 value. | |
| Set(UInt32) | Sets the result to a UInt32 value. | |
| Set(UInt64) | Sets the result to a UInt64 value. | |
| SetT(NullableT) | Sets the result to a nullable value of the given underlying type. | |
| SetT(T) | Sets the result to a value of the given type. | |
| SetNull | Sets the result to null. | |
| SetUndefined | Sets the result to undefined. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |