C# Class System.Reflection.Emit.MonoResource

Mostra file 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