[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for T:LayerD.ZOECompiler.NativeTypes]

C# | Visual Basic | Visual C++ |
public sealed class NativeTypes
Public NotInheritable Class NativeTypes
public ref class NativeTypes sealed

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | NativeTypes()()() | |
![]() ![]() | ArrayClassTypeName | |
![]() ![]() | ASCIIChar | |
![]() ![]() | ASCIIString | |
![]() ![]() | Block | |
![]() ![]() | Boolean | |
![]() ![]() | Byte | |
![]() ![]() | Char | |
![]() ![]() | Date | |
![]() ![]() | Decimal | |
![]() ![]() | Double | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | ExceptionClassTypeName | |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | Float | |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Integer | |
![]() ![]() | IsArrayType(String) | |
![]() ![]() | IsExceptionType(String) | |
![]() ![]() | IsNativeASCIIChar(String) | |
![]() ![]() | IsNativeASCIIString(String) | |
![]() ![]() | IsNativeBlock(String) | |
![]() ![]() | IsNativeBoolean(String) | |
![]() ![]() | IsNativeByte(String) | |
![]() ![]() | IsNativeChar(String) | |
![]() ![]() | IsNativeDecimal(String) | |
![]() ![]() | IsNativeDouble(String) | |
![]() ![]() | IsNativeFloat(String) | |
![]() ![]() | IsNativeInteger(String) | |
![]() ![]() | IsNativeLDouble(String) | |
![]() ![]() | IsNativeLong(String) | |
![]() ![]() | IsNativeNull(String) | |
![]() ![]() | IsNativeObject(String) | |
![]() ![]() | IsNativeSByte(String) | |
![]() ![]() | IsNativeShort(String) | |
![]() ![]() | IsNativeString(String) | |
![]() ![]() | IsNativeType(String) | |
![]() ![]() | IsNativeULong(String) | |
![]() ![]() | IsNativeUnsigned(String) | |
![]() ![]() | IsNativeUShort(String) | |
![]() ![]() | IsNativeVoid(String) | |
![]() ![]() | IsValidNativeLiteralType(String) |
Indica si el tipo representado por la cadena argumento es un tipo nativo que puede representarse con un literal, estos son:
sbyte, byte, short, ushort, int, uint, long, ulong, float, double, decimal, string, char, ASCIIChar, ASCIIString.
Retorna verdadero si el tipo representa directamente un literal.
Si el tipo no es un tipo nativo devuelve false incluyendo tipos derivados de tipos
nativos como referencias a string.
|
![]() ![]() | IsValidNativeType(String) |
Indica si la cadena "argTypeStr" se corresponde con un tipo nativo valido o no.
|
![]() ![]() | LDouble | |
![]() ![]() | Long | |
![]() ![]() | MakeLiteralNT(String) | |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | None | |
![]() ![]() | Null | |
![]() ![]() | Object | |
![]() ![]() | SByte | |
![]() ![]() | Short | |
![]() ![]() | String | |
![]() | ToString()()() | (Inherited from Object.) |
![]() ![]() | Type | |
![]() ![]() | ULong | |
![]() ![]() | Unsigned | |
![]() ![]() | UShort | |
![]() ![]() | Void |

Object | |
![]() | NativeTypes |