NativeLibraryConfig Class Members
The following tables list the members exposed by NativeLibraryConfig.
Public Constructors
Name | Description | |
---|---|---|
![]() | NativeLibraryConfig Constructor |
Public Fields
Name | Description | |
---|---|---|
![]() | assembly | The assembly |
![]() | FileSystemPath | File system path, will be used to dump file in case of resources |
![]() | Method | Load method : either directly from disk, from resource into disk |
![]() | Overwrite | Overwrite existing dll or not |
![]() | ResourceName | name of resource to locate in assembly |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also