Class DllWrapper
Inheritance
System.Object
DllWrapper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public class DllWrapper : IDisposable
Constructors
DllWrapper()
Declaration
public DllWrapper()
DllWrapper(String)
Declaration
public DllWrapper(string dllName)
Parameters
System.String
dllName
|
Properties
IsDllLoaded
Declaration
public bool IsDllLoaded { get; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Finalize()
Declaration
protected void Finalize()
FreeDll()
Declaration
public bool FreeDll()
Returns
System.Boolean
|
GetFunctionAsDelegate(String, Type)
Declaration
public object GetFunctionAsDelegate(string functionName, Type delegateType)
Parameters
System.String
functionName
|
System.Type
delegateType
|
Returns
System.Object
|
LoadDll(String)
Declaration
public bool LoadDll(string dllName)
Parameters
System.String
dllName
|
Returns
System.Boolean
|