Logo
静的公開メンバ関数 | 静的公開変数類 | 全メンバ一覧
SharpKmy.Common クラス

静的公開メンバ関数

static void callPInvoke (Action action)
 
static T callPInvokeFunc< T > (Func< T > action)
 
static TResult callPInvokeFunc< T1, T2, TResult > (Func< T1, T2, TResult > action, T1 arg1, T2 arg2)
 

静的公開変数類

const string KMYCOREDLL = "kmyCore.dll"
 

メソッド詳解

◆ callPInvoke()

static void SharpKmy.Common.callPInvoke ( Action  action)
static

◆ callPInvokeFunc< T >()

static T SharpKmy.Common.callPInvokeFunc< T > ( Func< T >  action)
static

◆ callPInvokeFunc< T1, T2, TResult >()

static TResult SharpKmy.Common.callPInvokeFunc< T1, T2, TResult > ( Func< T1, T2, TResult >  action,
T1  arg1,
T2  arg2 
)
static

メンバ詳解

◆ KMYCOREDLL

const string SharpKmy.Common.KMYCOREDLL = "kmyCore.dll"
static