C# 클래스 GrayStorm.methodInvoking

파일 보기 프로젝트 열기: GrayKernel/GrayStorm 1 사용 예제들

공개 메소드들

메소드 설명
fireMethod ( IntPtr methodAddress, int whichCall ) : void
getIntPtrFromDelegate ( Delegate targetIN ) : IntPtr
getMethodDelegate ( MethodInfo methodIN ) : Delegate

메소드 상세

fireMethod() 공개 정적인 메소드

public static fireMethod ( IntPtr methodAddress, int whichCall ) : void
methodAddress System.IntPtr
whichCall int
리턴 void

getIntPtrFromDelegate() 공개 메소드

public getIntPtrFromDelegate ( Delegate targetIN ) : IntPtr
targetIN System.Delegate
리턴 System.IntPtr

getMethodDelegate() 공개 메소드

public getMethodDelegate ( MethodInfo methodIN ) : Delegate
methodIN System.Reflection.MethodInfo
리턴 System.Delegate