1 write to typeImpl
mscorlib (1)
system\reflection\typedelegator.cs (1)
39
typeImpl
= delegatingType;
45 references to typeImpl
mscorlib (45)
system\reflection\typedelegator.cs (45)
43
get {return
typeImpl
.GUID;}
46
public override int MetadataToken { get { return
typeImpl
.MetadataToken; } }
51
return
typeImpl
.InvokeMember(name,invokeAttr,binder,target,args,modifiers,culture,namedParameters);
55
get {return
typeImpl
.Module;}
59
get {return
typeImpl
.Assembly;}
63
get{return
typeImpl
.TypeHandle;}
67
get{return
typeImpl
.Name;}
71
get{return
typeImpl
.FullName;}
75
get{return
typeImpl
.Namespace;}
80
return
typeImpl
.AssemblyQualifiedName;
85
get{return
typeImpl
.BaseType;}
91
return
typeImpl
.GetConstructor(bindingAttr,binder,callConvention,types,modifiers);
97
return
typeImpl
.GetConstructors(bindingAttr);
106
return
typeImpl
.GetMethod(name,bindingAttr);
108
return
typeImpl
.GetMethod(name,bindingAttr,binder,callConvention,types,modifiers);
113
return
typeImpl
.GetMethods(bindingAttr);
118
return
typeImpl
.GetField(name,bindingAttr);
123
return
typeImpl
.GetFields(bindingAttr);
128
return
typeImpl
.GetInterface(name,ignoreCase);
133
return
typeImpl
.GetInterfaces();
138
return
typeImpl
.GetEvent(name,bindingAttr);
143
return
typeImpl
.GetEvents();
150
return
typeImpl
.GetProperty(name,bindingAttr);
152
return
typeImpl
.GetProperty(name,bindingAttr,binder,returnType,types,modifiers);
157
return
typeImpl
.GetProperties(bindingAttr);
162
return
typeImpl
.GetEvents(bindingAttr);
167
return
typeImpl
.GetNestedTypes(bindingAttr);
172
return
typeImpl
.GetNestedType(name,bindingAttr);
177
return
typeImpl
.GetMember(name,type,bindingAttr);
182
return
typeImpl
.GetMembers(bindingAttr);
187
return
typeImpl
.Attributes;
192
return
typeImpl
.IsArray;
197
return
typeImpl
.IsPrimitive;
202
return
typeImpl
.IsByRef;
207
return
typeImpl
.IsPointer;
212
return
typeImpl
.IsValueType;
217
return
typeImpl
.IsCOMObject;
224
return
typeImpl
.IsConstructedGenericType;
230
return
typeImpl
.GetElementType();
235
return
typeImpl
.HasElementType;
240
get {return
typeImpl
.UnderlyingSystemType;}
246
return
typeImpl
.GetCustomAttributes(inherit);
251
return
typeImpl
.GetCustomAttributes(attributeType, inherit);
256
return
typeImpl
.IsDefined(attributeType, inherit);
262
return
typeImpl
.GetInterfaceMap(interfaceType);