PortableSerializationBinder.BindToName Method |
Gets the name and the assembly name of a given Type.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public virtual void BindToName( Type type, out string typeName, out string assemblyName )
Parameters
- type
- Type: System.Type
The Type. - typeName
- Type: System.String
At output, the name of type. - assemblyName
- Type: System.String
At output, the name of assemblyName.