Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anyone help me with the constructor for the AuditInfo please?
I think I need to use AuditInfo.Create(type as system.type,unamanagedPointer as System.IntPtr, autoDelete as boolean) but I don't know what I should pass to it.
Can't do:
Dim ai As New AuditInfo()
as "Sub New is not accessible in this context because it is 'Friend'"
I've had a look around but can't find a sample anywhere.
TIA
Solved! Go to Solution.