Method | Description | |
---|---|---|
CanCastTo ( System toType, object obj ) : bool |
Checks whether the proxy representing the specified object type can be cast to the type represented by the IRemotingTypeInfo interface
|
|
CreateObjRef ( System type ) : |
CreateObjRef() isn't supported.
|
Method | Description | |
---|---|---|
InterfaceDynamicProxyImpl ( object proxyTarget, InvocationDelegate invocationHandler, bool strict, |
Creates a new proxy instance, with proxyTarget as the proxied object
|
Method | Description | |
---|---|---|
Invoke ( System message ) : System.Runtime.Remoting.Messaging.IMessage |
public CanCastTo ( System toType, object obj ) : bool | ||
toType | System | The Type we wish to cast to |
obj | object | The object we wish to cast |
return | bool |
public CreateObjRef ( System type ) : |
||
type | System | |
return |
protected InterfaceDynamicProxyImpl ( object proxyTarget, InvocationDelegate invocationHandler, bool strict, |
||
proxyTarget | object | The object to proxy |
invocationHandler | InvocationDelegate | |
strict | bool | Should type support (for casts) be strict or loose |
supportedTypes | A List of supported types. Only used if strict is true. May be null | |
return | System |