LayerD CodeDOM and Zoe Compiler interface
NativeTypes Class
NamespacesLayerD.ZOECompilerNativeTypes

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:LayerD.ZOECompiler.NativeTypes]

Declaration Syntax
C#Visual BasicVisual C++
public sealed class NativeTypes
Public NotInheritable Class NativeTypes
public ref class NativeTypes sealed
Members
All MembersConstructorsMethodsFields



IconMemberDescription
NativeTypes()()()
ArrayClassTypeName
ASCIIChar
ASCIIString
Block
Boolean
Byte
Char
Date
Decimal
Double
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
ULong
Unsigned
UShort
Void
Inheritance Hierarchy
Object
NativeTypes

Assembly: lib_zoec_core (Module: lib_zoec_core) Version: 1.0.3410.22813 (1.0.0.0)