Method GetFullName
GetFullName(string)
Given the current full name, returns the full old full name.
Declaration
public string GetFullName(string newName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | newName | Current full name for the type.  | 
    
Returns
| Type | Description | 
|---|---|
| string | If the type has not changed namespaces, then simply appends the type name to the given namespace. Otherwise gets full name with new namespace.  |