βeta features
βeta members got access to beta features that are not available publicly.
How to exclude it ?
// RegExTester.Program
// Token: 0x0600002F RID: 47 RVA: 0x00003417 File Offset: 0x00002417
[STAThread]
[Obfuscation(Exclude = false, Feature = "-native")]
private static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new frmMain());
}Last updated
Was this helpful?