NativeLibrary properties

The NativeLibrary stereotype provides additional properties to the standard set of Library properties.

The following properties are available with the NativeLibrary stereotype:

Table 1. NativeLibrary properties
Property Description
callingConvention Defines a method of passing data from an EGL library to a local DLL written in C language.
dllName Contains the name of a C language DLL to be associated with an EGL NativeLibrary part.

Feedback