New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:TelerikCommon.dll

Syntax:

C#
public class DllWrapper : IDisposable

Inheritance: objectDllWrapper

Implements: IDisposable

Constructors

C#
public DllWrapper()
C#
public DllWrapper(string dllName)
Parameters:dllNamestring

Properties

C#
public bool IsDllLoaded { get; }

Methods

C#
protected ~DllWrapper()
C#
public virtual void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool
C#
public bool FreeDll()
Returns:

bool

C#
public object GetFunctionAsDelegate(string functionName, Type delegateType)
Parameters:functionNamestringdelegateTypeTypeReturns:

object

C#
public bool LoadDll(string dllName)
Parameters:dllNamestringReturns:

bool