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
System
Reflection
Emit
MonoResource
C# Class System.Reflection.Emit.MonoResource
显示文件
Open project: mono/mono
Class Usage Examples
Public Properties
Property
Type
Description
attrs
ResourceAttributes
data
byte[]
filename
string
name
string
offset
int
stream
Stream
Property Details
attrs
public_oe property
public
ResourceAttributes
attrs
return
ResourceAttributes
data
public_oe property
public
byte[]
data
return
byte[]
filename
public_oe property
public
string
filename
return
string
name
public_oe property
public
string
name
return
string
offset
public_oe property
public
int
offset
return
int
stream
public_oe property
public
Stream
stream
return
Stream