TinmanCoreModule

Description

sealed class Tinman.Core.TinmanCoreModule

Derived from

TinmanModule abstract

Module descriptor for: Tinman - Core

Public / Constants

Instance


[ShutdownSurvive]
public static readonly attribute Instance → (TinmanCoreModule)

Singleton instance of TinmanCoreModule.

Public / Methods

Create​Simple​Http


[OwnerReturn]
public static method CreateSimpleHttp → (1)

curl opt : int32 = 0

Depicts how to use the cURL library, see SimpleHttp.Create.

returns → SimpleHttp

The SimpleHttp object.

Creates a default SimpleHttp object for this module.

Public / Attributes

Native​Library​Disable


[ShutdownClear]
public static attribute NativeLibraryDisable → (int32)

This bitmask can be set before TinmanModule.Initialize is called in order to disable specific NativeLibrary implementations.

0x01 : cURL