Table of Contents

Class Resource

Namespace
ICSharpCode.Decompiler.Metadata
Assembly
ICSharpCode.Decompiler.dll
public abstract class Resource
Inheritance
Resource
Derived
Inherited Members

Constructors

Resource()

protected Resource()

Properties

Attributes

public virtual ManifestResourceAttributes Attributes { get; }

Property Value

ManifestResourceAttributes

Name

public abstract string Name { get; }

Property Value

string

ResourceType

public virtual ResourceType ResourceType { get; }

Property Value

ResourceType

Methods

TryGetLength()

public abstract long? TryGetLength()

Returns

long?

TryOpenStream()

public abstract Stream? TryOpenStream()

Returns

Stream