C# Class System.Runtime.Remoting.InternalRemotingServices

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetCachedSoapAttribute ( Object reflectionObject ) : SoapAttribute

Private Methods

Method Description
DebugOutChnl ( String s ) : void
GetReflectionCachedData ( MemberInfo mi ) : RemotingCachedData
GetReflectionCachedData ( ParameterInfo reflectionObject ) : RemotingCachedData
GetReflectionCachedData ( MethodBase mi ) : RemotingMethodCachedData
GetReflectionCachedData ( Type mi ) : RemotingTypeCachedData
RemotingAssert ( bool condition, String message ) : void
RemotingTrace ( ) : void
SetServerIdentity ( MethodCall m, Object srvID ) : void

Method Details

GetCachedSoapAttribute() public static method

public static GetCachedSoapAttribute ( Object reflectionObject ) : SoapAttribute
reflectionObject Object
return SoapAttribute