Click or drag to resize

V8FastArg Methods

The V8FastArg type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGet<T> Gets a value of the given type from the argument.
Public methodGetBigInteger Gets the BigInteger value of the argument.
Public methodGetBoolean Gets the Boolean value of the argument.
Public methodGetByte Gets the Byte value of the argument.
Public methodGetChar Gets the Char value of the argument.
Public methodGetCharSpan Gets the string value of the argument as a ReadOnlySpan<char>.
Public methodGetDateTime Gets the DateTime value of the argument.
Public methodGetDecimal Gets the Decimal value of the argument.
Public methodGetDouble Gets the Double value of the argument.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetInt16 Gets the Int16 value of the argument.
Public methodGetInt32 Gets the Int32 value of the argument.
Public methodGetInt64 Gets the Int64 value of the argument.
Public methodGetNullable<T> Gets a nullable value of the given underlying type from the argument.
Public methodGetSByte Gets the SByte value of the argument.
Public methodGetSingle Gets the Single value of the argument.
Public methodGetString Gets the string value of the argument.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUInt16 Gets the UInt16 value of the argument.
Public methodGetUInt32 Gets the UInt32 value of the argument.
Public methodGetUInt64 Gets the UInt64 value of the argument.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodTryGet(BigInteger) Gets the BigInteger value of the argument if possible.
Public methodTryGet(Boolean) Gets the Boolean value of the argument if possible.
Public methodTryGet(Byte) Gets the Byte value of the argument if possible.
Public methodTryGet(Char) Gets the Char value of the argument if possible.
Public methodTryGet(DateTime) Gets the DateTime value of the argument if possible.
Public methodTryGet(Decimal) Gets the Decimal value of the argument if possible.
Public methodTryGet(Double) Gets the Double value of the argument if possible.
Public methodTryGet(Int16) Gets the Int16 value of the argument if possible.
Public methodTryGet(Int32) Gets the Int32 value of the argument if possible.
Public methodTryGet(Int64) Gets the Int64 value of the argument if possible.
Public methodTryGet(ReadOnlySpan<Char>) Gets the string value of the argument as a ReadOnlySpan<char> if possible.
Public methodTryGet(SByte) Gets the SByte value of the argument if possible.
Public methodTryGet(Single) Gets the Single value of the argument if possible.
Public methodTryGet(String) Gets the string value of the argument if possible.
Public methodTryGet(UInt16) Gets the UInt16 value of the argument if possible.
Public methodTryGet(UInt32) Gets the UInt32 value of the argument if possible.
Public methodTryGet(UInt64) Gets the UInt64 value of the argument if possible.
Public methodTryGet<T>(Nullable<T>) Gets a nullable value of the given underlying type from the argument if possible.
Public methodTryGet<T>(T) Gets a value of the given type from the argument if possible.
Top
See Also