| File: _generated\4\Microsoft.DiaSymReader.ComStreamWrapper.cs | Web Access |
| Project: src\symreader\src\Microsoft.DiaSymReader\Microsoft.DiaSymReader.csproj (Microsoft.DiaSymReader) |
// <auto-generated /> file sealed unsafe class ComClassInformation : global::System.Runtime.InteropServices.Marshalling.IComExposedClass { private static volatile global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* s_vtables; public static global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* GetComInterfaceEntries(out int count) { count = 1; if (s_vtables == null) { global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry* vtables = (global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry*)global::System.Runtime.CompilerServices.RuntimeHelpers.AllocateTypeAssociatedMemory(typeof(ComClassInformation), sizeof(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceEntry) * 1); global::System.Runtime.InteropServices.Marshalling.IIUnknownDerivedDetails details; details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(Microsoft.DiaSymReader.IUnsafeComStream).TypeHandle); vtables[0] = new() { IID = details.Iid, Vtable = (nint)details.ManagedVirtualMethodTable }; s_vtables = vtables; } return s_vtables; } } namespace Microsoft.DiaSymReader { [global::System.Runtime.InteropServices.Marshalling.ComExposedClassAttribute<ComClassInformation>] internal unsafe sealed partial class ComStreamWrapper { } }