点击或拖拽改变大小

XSharp.Internal 命名空间

X#
  说明
公共类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