This documentation is archived and is not being maintained.
CodeAccessPermission.ToString Method
.NET Framework 1.1
Creates and returns a string representation of the current permission object.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: String* ToString(); [JScript] public override function ToString() : String;
Return Value
A string representation of the current permission object.
Remarks
This method is useful in debugging when you need to display the permission as a string.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Common Language Infrastructure (CLI) Standard
See Also
CodeAccessPermission Class | CodeAccessPermission Members | System.Security Namespace
Show: