![]() |
BadScript 2
|
Public Member Functions | |
void | Unwrap () |
Tests the Unwrap Functions of the Runtime. | |
void | UnwrapGeneric () |
Tests the Generic Unwrap Functions of the Runtime. | |
void | GetExtensions () |
Tests the Extension Provider Functions. | |
void | Enumerable () |
Tests the Enumerable/Enumerator Interop. | |
void | Reflection () |
Tests the Reflection Subsystem. | |
Definition at line 13 of file BadInteropTests.cs.
void BadScript2.Tests.BadInteropTests.Enumerable | ( | ) |
Tests the Enumerable/Enumerator Interop.
Definition at line 72 of file BadInteropTests.cs.
void BadScript2.Tests.BadInteropTests.GetExtensions | ( | ) |
Tests the Extension Provider Functions.
Definition at line 59 of file BadInteropTests.cs.
void BadScript2.Tests.BadInteropTests.Reflection | ( | ) |
Tests the Reflection Subsystem.
Definition at line 95 of file BadInteropTests.cs.
void BadScript2.Tests.BadInteropTests.Unwrap | ( | ) |
Tests the Unwrap Functions of the Runtime.
Definition at line 19 of file BadInteropTests.cs.
void BadScript2.Tests.BadInteropTests.UnwrapGeneric | ( | ) |
Tests the Generic Unwrap Functions of the Runtime.
Definition at line 38 of file BadInteropTests.cs.