Log On
Embarcadero Home
Watch, Follow, &
Connect with Us
Share This
QualityCentral
Communities
Articles
Blogs
Resources
Downloads
Help
QualityCentral
3rdRail
Blackfish SQL
C#Builder
C++BuilderX
CodeCentral
Conference
DBArtisan
Delphi for PHP
Delphi Prism
Delphi-BCB
EDN
InterBase
JBuilder
JBuilder 2007
Kylix
Optimizeit
QualityCentral
Test project
You are not logged in.
Help
Print
Public Report
Report From:
[ Add a report in this area ]
Report #:
8546
Status:
Withdrawn
Conversion of some code written by Tim Jarvis in his blog
Project:
Build #:
1.0.0.5
Version:
8.0
Submitted By:
Dave Rajkumar
Report Type:
Crash / Data loss / Total failure
Date Reported:
6/30/2004 4:57:27 PM
Severity:
Critical / Show Stopper
Last Updated:
8/25/2005 8:56:36 AM
Platform:
All platforms
Internal Tracking #:
Resolution:
None
Resolved in Build:
:
None
Duplicate of:
None
Voting and Rating
Overall Rating:
(1 Total Rating)
1.00 out of 5
Total Votes:
None
Description
Code does not convert
Steps to Reproduce:
//Submit the attached source code sample to BabelCode
private void button1_Click(object sender, System.EventArgs e)
{
MethodInfo getRolesPrivateMethod = typeof(WindowsIdentity).GetMethod("GetRoles",
BindingFlags.Instance | BindingFlags.NonPublic);
string[] roles = (string[])getRolesPrivateMethod.Invoke(WindowsIdentity.GetCurrent(),null);
StringBuilder listOfRoles = new StringBuilder();
foreach(string s in roles)
{
listOfRoles.Append(s);
listOfRoles.Append("\n");
}
MessageBox.Show(listOfRoles.ToString());
}
Workarounds
None
Attachment
None
Comments
None
View Your Reports
Search
Server Response from: ETNACODE01
Developer Tools
Blackfish SQL
C++Builder
Delphi
FireMonkey
Prism
InterBase
JBuilder
J Optimizer
HTML5 Builder
3rdRail & TurboRuby
Database Tools
Change Manager
DBArtisan
DB Optimizer
ER/Studio
Performance Center
Rapid SQL
Technical Articles
Tutorials
White Papers
Press Releases
Newsletters
Add Content (GetPublished)
Audio
Audio & Video
Video
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Tags
Technology Partners
Downloads
Free Trials
Registered User Downloads
Beta Programs
Add Content (GetPublished)
Articles
Blogs
Bugs & Suggestions (QualityCentral)
Discussion Forums
Examples (CodeCentral)
Member Services
About
Connect with Us