C# Class Mono.Interop.ComInteropProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IRemotingTypeInfo
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
CanCastTo ( Type fromType, object o ) : bool
Invoke ( IMessage msg ) : IMessage

Private Methods

Method Description
AddProxy ( IntPtr pItf, ComInteropProxy proxy ) : void
CacheProxy ( ) : void
ComInteropProxy ( IntPtr pUnk ) : System
ComInteropProxy ( IntPtr pUnk, Type t ) : System
ComInteropProxy ( Type t ) : System
CreateProxy ( Type t ) : ComInteropProxy
FindProxy ( IntPtr pItf ) : ComInteropProxy
GetProxy ( IntPtr pItf, Type t ) : ComInteropProxy

Method Details

CanCastTo() public method

public CanCastTo ( Type fromType, object o ) : bool
fromType System.Type
o object
return bool

Invoke() public method

public Invoke ( IMessage msg ) : IMessage
msg IMessage
return IMessage