Base:
property
FullName
System.Type.FullName
5 references to FullName
System.Workflow.ComponentModel (5)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
129
return this.
FullName
+ ", " + this.runtimeType.Assembly.FullName;
191
return
FullName
.Substring(Namespace.Length + 1);
193
return
FullName
;
642
return this.typeProvider.GetType(this.
FullName
+ "&");
647
return this.typeProvider.GetType(this.
FullName
+ "*");