Mono Class Library: Mono.Unix.Native.CdeclFunction Overview | Members

Mono.Unix.Native.CdeclFunction Constructor

Create a stub object to invoke a cdecl function.

public CdeclFunction (string library, string method, Type returnType)

Parameters

library
The library the cdecl function resides in.
method
The export to invoke from library.
returnType
The return type of the function to invoke. The default return type is void.

Remarks

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0