Home
last modified time | relevance | path

Searched refs:typeOfObj (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dobjref.cs180 internal TypeInfo(RuntimeType typeOfObj) in TypeInfo() argument
182 ServerType = GetQualifiedTypeName(typeOfObj); in TypeInfo()
185 RuntimeType currType = (RuntimeType)typeOfObj.BaseType; in TypeInfo()
203 currType = (RuntimeType)typeOfObj.BaseType; in TypeInfo()
215 Type[] interfaces = typeOfObj.GetInterfaces(); in TypeInfo()
219 bool isInterface = typeOfObj.IsInterface; in TypeInfo()
228 interfaceNames[interfaceNames.Length - 1] = GetQualifiedTypeName(typeOfObj); in TypeInfo()
289 internal DynamicTypeInfo(RuntimeType typeOfObj) : base(typeOfObj) in DynamicTypeInfo() argument
982 RuntimeType typeOfObj = (null == requestedType ? serverType : requestedType); in Init()
1002 DynamicTypeInfo dt = new DynamicTypeInfo(typeOfObj); in Init()
[all …]