File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/Properties
VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/Properties Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 developers. However, you can modify these parameters to modify the behavior of the .NET Native
44 optimizer.
55
6- Runtime Directives are documented at http ://go.microsoft.com/fwlink/?LinkID=391919
6+ Runtime Directives are documented at https ://go.microsoft.com/fwlink/?LinkID=391919
77
88 To fully enable reflection for App1.MyClass and all of its public/private members
99 <Type Name="App1.MyClass" Dynamic="Required All"/>
1212 <TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
1313
1414 Using the Namespace directive to apply reflection policy to all the types in a particular namespace
15- <Namespace Name="DataClasses.ViewModels" Seralize ="All" />
15+ <Namespace Name="DataClasses.ViewModels" Serialize ="All" />
1616-->
1717
1818<Directives xmlns =" http://schemas.microsoft.com/netfx/2013/01/metadata" >
Original file line number Diff line number Diff line change 1212 <TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
1313
1414 Using the Namespace directive to apply reflection policy to all the types in a particular namespace
15- <Namespace Name="DataClasses.ViewModels" Seralize ="All" />
15+ <Namespace Name="DataClasses.ViewModels" Serialize ="All" />
1616-->
1717
1818<Directives xmlns =" http://schemas.microsoft.com/netfx/2013/01/metadata" >
You can’t perform that action at this time.
0 commit comments