Click or drag to resize

NativeMethodAttribute Properties

The NativeMethodAttribute type exposes the following members.

Properties
  NameDescription
Public propertyFunction
Gets or sets the function name.
Public propertyIdentifiersIndex
Gets the parameter index of the identifiers.
Public propertyIgnoreIdentifiers
Gets a value indicating whether to ignore identifiers.
Public propertyLengths
Gets the lengths of special arguments.
Public propertyReferenceIndices
Gets or sets indices of parameters which should be passed by reference instead of input values.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also