XSharp.Internal Namespace |
Class | Description | |
---|---|---|
ActualTypeAttribute |
This class is used to mark IntPtr _DLL arguments with the actual type
| |
AllowLateBindingAttribute |
This class is used to mark type that allow LateBound calls without the need of the /lb compiler option
| |
ClassLibraryAttribute |
This class exposes the namespace and globalclass in an assembly
| |
ClipperCallingConventionAttribute |
This class documents the parameter names for methods and functions
with Clipper calling convention
| |
CompilerServices |
This class contains helper code that is called by the compiler to support various XBase language constructs, such as the
automatic memory management of PSZ values created with String2Psz().
| |
CompilerVersionAttribute |
This class records the compiler version used to build an assembly
| |
DefaultParameterValueAttribute |
this class is used to mark default parameter values in the middle of a parameter list.
| |
IsInstanceAttribute |
This class is used to describe fields that have been declared with the INSTANCE modifier
| |
NeedsAccessToLocalsAttribute |
This class is used to mark methods, properties etc. that want access to Local Variables by name.
| |
TypesChangedAttribute |
This class is used to mark a class and indicate that the property types and or parameter types in this class were changed.
When the compiler detects that a subclass does not have the right parameter or property types then the subclass will be automatically
adjusted to preserved the types from the parent class.
| |
VoStructAttribute |
This class is used to describe VOSTRUCT and UNION structures which have a different semantics
AS actually means Struct PTR. IS means Struct
Please note that the size assumes x86 (32 bits) OS.
| |
WrappedException | Helper class for the BREAK statement |