File To IntPtr
The Purpose of the below class is to convert a String to IntPtr Public Class CairoIntPtr Inherits MarshalByRefObject Implements IDisposable Private _disposed As Boolean Private _handle As IntPtr Public Sub New(s As String) Dim func As Func(Of String, IntPtr) = Function(str) Dim ptr As IntPtr = CType(Nothing, IntPtr) ...