Base:
property
FullName
System.Type.FullName
33 references to FullName
mscorlib (33)
system\delegate.cs (1)
696nonW8PMethod ? rtMethod.FullName : rtType.FullName));
system\reflection\emit\dynamicilgenerator.cs (5)
77throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName)); 561throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName)); 591throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName)); 617throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName)); 643throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName));
system\reflection\emit\modulebuilder.cs (1)
505throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", rtType.FullName));
system\reflection\memberinfoserializationholder.cs (1)
40String typeName = reflectedClass.FullName;
system\resources\resourcereader.cs (5)
540throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_ResourceNotString_Type", FindType(typeIndex).FullName)); 550typeString = FindType(typeCode - ResourceTypeCode.StartOfUserTypes).FullName; 847throw new BadImageFormatException(Environment.GetResourceString("BadImageFormat_ResType&SerBlobMismatch", type.FullName, graph.GetType().FullName)); 1146typePart = resourceType.FullName; 1329throw new BadImageFormatException(Environment.GetResourceString("BadImageFormat_ResType&SerBlobMismatch", _typeToDeserialize.FullName, typeName));
system\rttype.cs (7)
3845string fullname = FullName; 4774throw new MissingFieldException(FullName, name); 4956throw new MissingMethodException(FullName, name); 4970throw new MissingMethodException(FullName, name); 5253throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5275throw new MissingMethodException(Environment.GetResourceString("MissingConstructor_Name", FullName)); 5467throw new InvalidOperationException(Environment.GetResourceString("InvalidOperation_APIInvalidForCurrentContext", this.FullName));
system\runtime\remoting\activationservices.cs (1)
485serverType.FullName + " in context " +
system\runtime\remoting\configuration.cs (4)
668ActivatedClientTypeEntry entry = Info.QueryRemoteActivate(svrType.FullName, assemblyName); 674entry = Info.QueryRemoteActivate(svrType.FullName, fullAssemblyName); 701WellKnownClientTypeEntry wke = Info.QueryConnect(svrType.FullName, assemblyName); 795return Info.ActivationAllowed(svrType.FullName, assemblyName);
system\runtime\remoting\soap.cs (1)
740String typeName = type.FullName;
system\runtime\remoting\stackbuildersink.cs (2)
419reflectedType.FullName, 442if(reflectedType.FullName.Equals(sIRemoteDispatch) &&
system\runtime\serialization\formatterservices.cs (3)
98throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", type.FullName, type.Module.Assembly.FullName)); 117throw new SerializationException(Environment.GetResourceString("Serialization_NonSerType", parentType.FullName, parentType.Module.Assembly.FullName)); 121String typeName = classNamesUnique ? parentType.Name : parentType.FullName;
system\runtime\serialization\objectmanager.cs (1)
899throw new SerializationException(Environment.GetResourceString("Serialization_ConstructorNotFound", t.FullName));
system\unityserializationholder.cs (1)
125GetUnitySerializationInfo(info, unityType, type.FullName, type.GetRuntimeAssembly());