Skip to content

T_PDFiumSharp_Types_NativeWrapper_1

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

NativeWrapper(T) Class

Inheritance Hierarchy

System.Object
  PDFiumSharp.Types.NativeWrapper(T)
     Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public abstract class NativeWrapper<T> : IDisposable
where T : struct, new(), IHandle<T>

Type Parameters

 

T
  The NativeWrapper(T) type exposes the following members.

Constructors

 

Name Description
Protected method NativeWrapper(T) Initializes a new instance of the NativeWrapper(T) class
  Back to Top

Properties

 

Name Description
Public property Handle Handle which can be used with the native PDFium functions.
Public property IsDisposed Gets a value indicating whether Dispose() was already called on this instance.
  Back to Top

Methods

 

Name Description
Protected method Dispose Implementors should clean up here. This method is guaranteed to only be called once.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

PDFiumSharp.Types Namespace

Inheritance HierarchySystem.Object
  PDFiumSharp.Types.NativeWrapper(T)
    PDFiumSharp.PdfAction
    PDFiumSharp.PdfBookmark
    PDFiumSharp.PdfDestination
    PDFiumSharp.PdfDocument
    PDFiumSharp.PDFiumBitmap
    PDFiumSharp.PdfPage

Clone this wiki locally