Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.InteropServices.CreatedWrapperFlags

Assembly: System.Runtime.InteropServices

Specifies flags for <see cref="M:System.Runtime.InteropServices.ComWrappers.CreateObject(System.IntPtr,System.Runtime.InteropServices.CreateObjectFlags,System.Object,System.Runtime.InteropServices.CreatedWrapperFlags@)" /> .

Values

None
TrackerObject
The supplied external COM object implements the IReferenceTracker.
NonWrapping
A managed object that doesn't keep the native object alive. The managed object represents an equivalent value.