C# Class Mono.Interop.ComInteropProxy

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IRemotingTypeInfo
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
CanCastTo ( Type fromType, object o ) : bool
Invoke ( IMessage msg ) : IMessage

Private Methods

Méthode 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 méthode

public CanCastTo ( Type fromType, object o ) : bool
fromType System.Type
o object
Résultat bool

Invoke() public méthode

public Invoke ( IMessage msg ) : IMessage
msg IMessage
Résultat IMessage