Table of Contents

Field RTLD_GLOBAL

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Flag "RTLD_GLOBAL" used in dlopen.

public const int RTLD_GLOBAL = 8

Returns

int
Flag "RTLD_GLOBAL" used in dlopen.

Remarks

The object's symbols shall be made available for the relocation processing of any other object. In addition, symbol lookup using dlopen(0, mode) and an associated dlsym() allows objects loaded with this mode to be searched.