 | SystemExtensionsRemoveAssemblyInfo Method |
Removes all assembly info from the specified type name.
Namespace: Slash.SystemExt.UtilsAssembly: Slash.System (in Slash.System.dll) Version: 1.0.5843.24176
Syntaxpublic static string RemoveAssemblyInfo(
string typeName
)
Public Shared Function RemoveAssemblyInfo (
typeName As String
) As String
public:
static String^ RemoveAssemblyInfo(
String^ typeName
)
static member RemoveAssemblyInfo :
typeName : string -> string
Parameters
- typeName
- Type: SystemString
Type name to remove assembly info from.
Return Value
Type:
StringType name without assembly info.
See Also