C# 클래스 Monobjc.Generators.Block_Void_Byte_UInt16_UInt32_UInt64

Block: void (^)(byte, ushort, uint, ulong)
상속: Monobjc.Block
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
blockInvoker ExecuteInvoker

공개 메소드들

메소드 설명
Block_Void_Byte_UInt16_UInt32_UInt64 ( Delegate block ) : System
Execute ( IntPtr layout, byte arg1, ushort arg2, uint arg3, ulong arg4 ) : void

메소드 상세

Block_Void_Byte_UInt16_UInt32_UInt64() 공개 메소드

public Block_Void_Byte_UInt16_UInt32_UInt64 ( Delegate block ) : System
block System.Delegate
리턴 System

Execute() 공개 메소드

public Execute ( IntPtr layout, byte arg1, ushort arg2, uint arg3, ulong arg4 ) : void
layout System.IntPtr
arg1 byte
arg2 ushort
arg3 uint
arg4 ulong
리턴 void

프로퍼티 상세

blockInvoker 공개적으로 프로퍼티

public ExecuteInvoker blockInvoker
리턴 ExecuteInvoker