CodeGraphNodeIdBuilderSpecialNames.GetFinalizerLabel Method
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Shared Function GetFinalizerLabel ( _
typeName As String _
) As String
public static string GetFinalizerLabel(
string typeName
)
public:
static String^ GetFinalizerLabel(
String^ typeName
)
static member GetFinalizerLabel :
typeName:string -> string
public static function GetFinalizerLabel(
typeName : String
) : String
Parameters
- typeName
Type: String
Return Value
Type: String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeGraphNodeIdBuilderSpecialNames Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace