Table of Contents

Class ByteArrayResource

Namespace
ICSharpCode.Decompiler.Metadata
Assembly
ICSharpCode.Decompiler.dll
public class ByteArrayResource : Resource
Inheritance
ByteArrayResource
Inherited Members

Constructors

ByteArrayResource(string, byte[])

public ByteArrayResource(string name, byte[] data)

Parameters

name string
data byte[]

Properties

Name

public override string Name { get; }

Property Value

string

Methods

TryGetLength()

public override long? TryGetLength()

Returns

long?

TryOpenStream()

public override Stream TryOpenStream()

Returns

Stream