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