-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Load assemblies from memory, update test to dump fields and item prop…
…erties
- Loading branch information
1 parent
9450aa3
commit 8aaa1c7
Showing
13 changed files
with
489 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
| ||
class <Module> | ||
NotPublic | ||
|
||
public class UnitTestWinRTComponent.WinRTComponent : System.Object | ||
AutoLayout, AnsiClass, Class, Public, Sealed, BeforeFieldInit | ||
[MarshalingBehaviorAttribute] | ||
[ThreadingAttribute] | ||
[VersionAttribute(16777216)] | ||
[ActivatableAttribute(16777216)] | ||
UnitTestWinRTComponent.IWinRTComponentClass | ||
UnitTestWinRTComponent.WinRTComponent() | ||
System.Collections.Generic.IList<System.String> StringList { get; set; } | ||
|
||
class UnitTestWinRTComponent.<WinRT>WinRTComponent : System.Object | ||
AutoLayout, AnsiClass, Class, Sealed, Import, WindowsRuntime, BeforeFieldInit | ||
[MarshalingBehaviorAttribute] | ||
[ThreadingAttribute] | ||
[VersionAttribute(16777216)] | ||
[CompilerGeneratedAttribute] | ||
[ActivatableAttribute(16777216)] | ||
UnitTestWinRTComponent.IWinRTComponentClass | ||
Windows.Foundation.IStringable | ||
UnitTestWinRTComponent.<WinRT>WinRTComponent() | ||
System.Collections.Generic.IList<System.String> StringList { get; set; } | ||
|
||
interface UnitTestWinRTComponent.IWinRTComponentClass | ||
AutoLayout, AnsiClass, Class, ClassSemanticsMask, Abstract, WindowsRuntime | ||
[CompilerGeneratedAttribute] | ||
[GuidAttribute(595258099, 43547, 21940, 123, 11, 53, 220, 245, 117, 190, 210)] | ||
[VersionAttribute(16777216)] | ||
[ExclusiveToAttribute(UnitTestWinRTComponent.WinRTComponent)] | ||
System.Collections.Generic.IList<System.String> StringList { get; set; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
| ||
class <Module> | ||
NotPublic | ||
|
||
class UnitTestWinRTComponent.<CLR>WinRTComponent : System.Object | ||
AutoLayout, AnsiClass, Class, Sealed, SpecialName, BeforeFieldInit | ||
[MarshalingBehaviorAttribute] | ||
[ThreadingAttribute] | ||
[VersionAttribute(16777216)] | ||
[ActivatableAttribute(16777216)] | ||
UnitTestWinRTComponent.IWinRTComponentClass | ||
UnitTestWinRTComponent.<CLR>WinRTComponent() | ||
System.Collections.Generic.IList<System.String> StringList { get; set; } | ||
|
||
public class UnitTestWinRTComponent.WinRTComponent : System.Object | ||
AutoLayout, AnsiClass, Class, Public, Sealed, WindowsRuntime, BeforeFieldInit | ||
[MarshalingBehaviorAttribute] | ||
[ThreadingAttribute] | ||
[VersionAttribute(16777216)] | ||
[CompilerGeneratedAttribute] | ||
[ActivatableAttribute(16777216)] | ||
UnitTestWinRTComponent.IWinRTComponentClass | ||
Windows.Foundation.IStringable | ||
UnitTestWinRTComponent.WinRTComponent() | ||
Windows.Foundation.Collections.IVector<System.String> StringList { get; set; } | ||
|
||
interface UnitTestWinRTComponent.IWinRTComponentClass | ||
AutoLayout, AnsiClass, Class, ClassSemanticsMask, Abstract, WindowsRuntime | ||
[CompilerGeneratedAttribute] | ||
[GuidAttribute(595258099, 43547, 21940, 123, 11, 53, 220, 245, 117, 190, 210)] | ||
[VersionAttribute(16777216)] | ||
[ExclusiveToAttribute(UnitTestWinRTComponent.WinRTComponent)] | ||
Windows.Foundation.Collections.IVector<System.String> StringList { get; set; } |
Binary file not shown.
Oops, something went wrong.