Click or drag to resize

ActualTypeAttribute Class

X#
This class is used to mark IntPtr _DLL arguments with the actual type
Inheritance Hierarchy
Object
  Attribute
    ActualTypeAttribute

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Parameter)]
 SEALED CLASS ActualTypeAttribute INHERIT Attribute
Request Example View Source

The ActualTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodActualTypeAttribute
Initializes a new instance of the ActualTypeAttribute class
Top
Properties
  NameDescription
Public propertyValue
The actual type of the parameter.
Top
See Also