This file contains hidden or 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
| using System; | |
| using System.Prig; | |
| using Urasandesu.Prig.Framework; | |
| namespace program1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
This file contains hidden or 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
| using Urasandesu.Prig.Framework; | |
| [assembly: Indirectable(0x060002D2)] | |
| namespace System.Prig | |
| { | |
| public class PDateTime | |
| { | |
| public class NowGet | |
| { |
This file contains hidden or 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
| using Urasandesu.Prig.Framework; | |
| [assembly: Indirectable(0x06000B2B)] | |
| namespace System.Prig | |
| { | |
| public static class PInt32 | |
| { | |
| public static class TryParse | |
| { |
This file contains hidden or 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
| using System; | |
| using System.Prig; | |
| using Urasandesu.Prig.Framework; | |
| namespace program1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
This file contains hidden or 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
| using Urasandesu.Prig.Framework; | |
| [assembly: Indirectable(0x06000293)] | |
| namespace System.Prig | |
| { | |
| public static class PException | |
| { | |
| public static class InternalToString | |
| { |
This file contains hidden or 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
| using System; | |
| using System.Prig; | |
| using System.Reflection; | |
| using Urasandesu.Prig.Framework; | |
| namespace program1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) |
This file contains hidden or 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
| using Urasandesu.Prig.Framework; | |
| [assembly: Indirectable(0x060002D2)] | |
| namespace System.Prig | |
| { | |
| public class PDateTime | |
| { | |
| public static class NowGet | |
| { |
This file contains hidden or 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
| using System; | |
| using System.Prig; | |
| using Urasandesu.Prig.Framework; | |
| namespace program1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
This file contains hidden or 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
| namespace Urasandesu.Prig.Framework | |
| { | |
| public delegate void IndirectionAction(); | |
| public delegate void IndirectionAction<in T>(T obj); | |
| public delegate void IndirectionAction<in T1, in T2>(T1 arg1, T2 arg2); | |
| public delegate void IndirectionAction<in T1, in T2, in T3>(T1 arg1, T2 arg2, T3 arg3); | |
| public delegate void IndirectionAction<in T1, in T2, in T3, in T4>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); | |
| public delegate void IndirectionAction<in T1, in T2, in T3, in T4, in T5>(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); | |
| public delegate void IndirectionAction<in T1, in T2, in T3, in T4, in T5, in T6>(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); |
This file contains hidden or 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
| ... | |
| STDMETHODIMP CWeaverImpl::JITCompilationStartedCore( | |
| /* [in] */ FunctionID functionId, | |
| /* [in] */ BOOL fIsSafeToBlock) | |
| { | |
| using boost::lexical_cast; | |
| using boost::filesystem::path; | |
| using std::vector; | |
| using Urasandesu::CppAnonym::Utilities::AnyPtr; |