| TypeExtensionsGetTypeNameWithAssembly Method |
Namespace:
Dynamicweb.Extensibility
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static string GetTypeNameWithAssembly(
this Type type
)
<ExtensionAttribute>
Public Shared Function GetTypeNameWithAssembly (
type As Type
) As String
Parameters
- type
- Type: SystemType
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also