Closed JeremyKuhne closed 1 year ago
Properties aren't getting an access modifier and are therefore private and inaccessible.
winmdroot.System.Ole.OLE_HANDLE Handle { get { fixed (IPicture* pThis = &this) { winmdroot.System.Ole.OLE_HANDLE __result; ((delegate *unmanaged [Stdcall]<IPicture*,winmdroot.System.Ole.OLE_HANDLE* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])(pThis, &__result).ThrowOnFailure(); return __result; } } }
They should be visible.
NativeMethods.txt content:
NativeMethods.txt
IPicture
NativeMethods.json content (if present):
NativeMethods.json
{ "$schema": "https://aka.ms/CsWin32.schema.json", "allowMarshaling": false, "useSafeHandles": false }
Any of your own code that should be shared?
Actual behavior
Properties aren't getting an access modifier and are therefore private and inaccessible.
Expected behavior
They should be visible.
Repro steps
NativeMethods.txt
content:NativeMethods.json
content (if present):Any of your own code that should be shared?
Context