How to get the assembly name(not qualified name) from type(only assembly name without version or culture or publickeyToken) in c#
How to get the assembly name (only name ) without namespace or culture or public key token;typeof (MyClass).AssemblyQualifiedName ---> give me the fully qualified name and i want only the assembly name not the qualified name
Aucun commentaire:
Enregistrer un commentaire