Click or drag to resize
SystemExtensionsRemoveAssemblyInfo Method
Removes all assembly info from the specified type name.

Namespace: Slash.SystemExt.Utils
Assembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntax
public static string RemoveAssemblyInfo(
	string typeName
)

Parameters

typeName
Type: SystemString
Type name to remove assembly info from.

Return Value

Type: String
Type name without assembly info.
See Also