Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FullName

string System.Reflection.AssemblyName.FullName
get

Definition at line 213 of file AssemblyName.cs.

214 {
215 get
216 {
217 if (string.IsNullOrEmpty(Name))
218 {
219 return string.Empty;
220 }
222 return AssemblyNameFormatter.ComputeDisplayName(Name, Version, CultureName, pkt, Flags, ContentType);
223 }
224 }
AssemblyContentType ContentType

Referenced by System.Reflection.AssemblyName.ToString().