Table of Contents

Property DynamicLibraryExtension

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

DynamicLibraryExtension

Gets or sets the dynamic library extension based on the current operating system.

public static string DynamicLibraryExtension { get; set; }

Property Value

string

Remarks

The default values are:

  • Windows: ".dll"
  • Linux/Android: ".so"
  • MacOS/iOS: ".dylib"
If the value is explicitly set, it will override the default behavior.