C# 클래스 System.Runtime.Remoting.Messaging.CADMessageBase

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_args object[]
_callContext CADArgHolder
_propertyCount int
_serializedArgs byte[]

보호된 메소드들

메소드 설명
MarshalArgument ( object arg, ArrayList &args ) : object
SaveLogicalCallContext ( IMethodMessage msg, ArrayList &serializeList ) : void
UnmarshalArgument ( object arg, ArrayList args ) : object

비공개 메소드들

메소드 설명
GetLogicalCallContext ( ArrayList args ) : LogicalCallContext
IsPossibleToIgnoreMarshal ( object obj ) : bool
MarshalArguments ( object arguments, ArrayList &args ) : object[]
MarshalProperties ( IDictionary dict, ArrayList &args ) : int
UnmarshalArguments ( object arguments, ArrayList args ) : object[]
UnmarshalProperties ( IDictionary dict, int count, ArrayList args ) : void

메소드 상세

MarshalArgument() 보호된 메소드

protected MarshalArgument ( object arg, ArrayList &args ) : object
arg object
args System.Collections.ArrayList
리턴 object

SaveLogicalCallContext() 보호된 메소드

protected SaveLogicalCallContext ( IMethodMessage msg, ArrayList &serializeList ) : void
msg IMethodMessage
serializeList System.Collections.ArrayList
리턴 void

UnmarshalArgument() 보호된 메소드

protected UnmarshalArgument ( object arg, ArrayList args ) : object
arg object
args System.Collections.ArrayList
리턴 object

프로퍼티 상세

_args 보호되어 있는 프로퍼티

protected object[] _args
리턴 object[]

_callContext 보호되어 있는 프로퍼티

protected CADArgHolder,System.Runtime.Remoting.Messaging _callContext
리턴 CADArgHolder

_propertyCount 보호되어 있는 프로퍼티

protected int _propertyCount
리턴 int

_serializedArgs 보호되어 있는 프로퍼티

protected byte[] _serializedArgs
리턴 byte[]