Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PEAPI
Permission
C# Class PEAPI.Permission
显示文件
Open project: kumpera/mono
Public Methods
Method
Description
AddMember
(
PEAPI
member
) :
void
Permission
(
PEAPI
type
,
string
name
) :
System
Write
(
BinaryWriter
bw
) :
void
Method Details
AddMember()
public
method
public
AddMember
(
PEAPI
member
) :
void
member
PEAPI
return
void
Permission()
public
method
public
Permission
(
PEAPI
type
,
string
name
) :
System
type
PEAPI
name
string
return
System
Write()
public
method
public
Write
(
BinaryWriter
bw
) :
void
bw
System.IO.BinaryWriter
return
void