DispatchWrapper

DispatchWrapper

System.Runtime.InteropServices (mscorlib.dll) sealed class

By default, objects are passed to unmanaged methods as the VT_UNKNOWN type. This wrapper is used to send an object as type VT_DISPATCH .

 public sealed class  DispatchWrapper  {  // Public Constructors  public  DispatchWrapper  (object   obj   );  // Public Instance Properties  public object  WrappedObject  {get; } } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net