C# 클래스 Manos.IO.FileSystem

파일 보기 프로젝트 열기: toptensoftware/manos

공개 메소드들

메소드 설명
GetFileLength ( string path, int>.Action cb ) : void
LengthCallbackHandler ( IntPtr gchandle, IntPtr length, int error ) : void

비공개 메소드들

메소드 설명
manos_file_get_length ( string path, Action cb, IntPtr gchandle ) : void

메소드 상세

GetFileLength() 공개 정적인 메소드

public static GetFileLength ( string path, int>.Action cb ) : void
path string
cb int>.Action
리턴 void

LengthCallbackHandler() 공개 정적인 메소드

public static LengthCallbackHandler ( IntPtr gchandle, IntPtr length, int error ) : void
gchandle System.IntPtr
length System.IntPtr
error int
리턴 void