Método System::Runtime::InteropServices::NativeLibrary::GetExport
NativeLibrary::GetExport method
Obtiene la dirección del elemento de biblioteca dado.
static IntPtr System::Runtime::InteropServices::NativeLibrary::GetExport(IntPtr handle, const String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| handle | IntPtr | Manejador de la biblioteca nativa. |
| nombre | const String& | Nombre del elemento de la biblioteca. |
ReturnValue
Puntero al elemento de la biblioteca nativa.
Ver también
- Class String
- Class NativeLibrary
- Namespace System::Runtime::InteropServices
- Library Aspose.PDF for C++