System.Runtime.InteropServices.DispatchWrapper public sealed class DispatchWrapper Documentation Code namespace System.Runtime.InteropServices { public sealed class DispatchWrapper { public object WrappedObject { get; } public DispatchWrapper(object obj); } }