The members of ObjCRuntime.LinkWithAttribute are listed below.
See Also: Inherited members from System.Attribute
| Creates a new LinkWithAttribute for the specified native library. | ||
| Creates a new LinkWithAttribute for the specified native library targetting the specified platform(s). | ||
| Creates a new LinkWithAttribute for the specified native library targetting the specified platform(s). |
| ForceLoad | bool. Specifies whether or not the -force_load gcc argument is required when linking this native library. | |
| Frameworks | string. Specifies a space-delimited list of platform Frameworks required by the native library. | |
| IsCxx | bool. Specifies whether or not the native library is a C++ library. | |
| [read-only] | LibraryName | string. The name of the native library. |
| LinkerFlags | string. Additional linker flags that are required for linking the native library to an application. | |
| LinkTarget | LinkTarget. The target platform (or platforms) that this library is built for. | |
| NeedsGccExceptionHandling | bool. Specifies whether or not the native library requires linking with the GCC Exception Handling library (libgcc_eh). | |
| SmartLink | bool. If this is set true, the ForceLoad value will be ignored when it is deemed safe to do so. | |
| WeakFrameworks | string. Specifies a list of space-delimited platform Frameworks that should be weakly linked. |