Scalien.SafeDLLHandle.SafeDLLHandle C# (CSharp) Method

SafeDLLHandle() public method

public SafeDLLHandle ( IntPtr dllHandle, string fileName ) : System
dllHandle System.IntPtr
fileName string
return System
        public SafeDLLHandle(IntPtr dllHandle, string fileName)
            : base(true)
        {
            SetHandle(dllHandle);
            this.filePath = fileName;
        }