GetAssemblyVersion Method
In This Topic
Syntax
'Declaration
Public Shared Function GetAssemblyVersion( _
ByVal As Object _
) As String
'Usage
Dim obj As Object
Dim value As String
value = common.GetAssemblyVersion(obj)
public static string GetAssemblyVersion(
object
)
Parameters
- obj
See Also