C# 클래스 CSPspEmu.Hle.Vfs.HleIoDrvFileArg

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

공개 프로퍼티들

프로퍼티 타입 설명
AsyncLastResult long
Callback object
CallbackArgument int
DriverName string
FileArgument IDisposable
FileSystemNumber int
FullFileName string
HleIoDriver IHleIoDriver

공개 메소드들

메소드 설명
Dispose ( ) : void

HleIoDrvFileArg ( string DriverName, IHleIoDriver HleIoDriver, int FileSystemNumber, IDisposable FileArgument = null ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HleIoDrvFileArg() 공개 메소드

public HleIoDrvFileArg ( string DriverName, IHleIoDriver HleIoDriver, int FileSystemNumber, IDisposable FileArgument = null ) : System
DriverName string
HleIoDriver IHleIoDriver
FileSystemNumber int
FileArgument IDisposable
리턴 System

프로퍼티 상세

AsyncLastResult 공개적으로 프로퍼티

Last result produced by an async call.
public long AsyncLastResult
리턴 long

Callback 공개적으로 프로퍼티

public object Callback
리턴 object

CallbackArgument 공개적으로 프로퍼티

public int CallbackArgument
리턴 int

DriverName 공개적으로 프로퍼티

public string DriverName
리턴 string

FileArgument 공개적으로 프로퍼티

Pointer to a user defined argument, this is preserved on a per file basis
public IDisposable FileArgument
리턴 IDisposable

FileSystemNumber 공개적으로 프로퍼티

The file system number, e.g. if a file is opened as host5:/myfile.txt this field will be 5
public int FileSystemNumber
리턴 int

FullFileName 공개적으로 프로퍼티

File Name if available.
public string FullFileName
리턴 string

HleIoDriver 공개적으로 프로퍼티

Original driver.
public IHleIoDriver HleIoDriver
리턴 IHleIoDriver