Class Resource
- Namespace
- ICSharpCode.Decompiler.Metadata
- Assembly
- ICSharpCode.Decompiler.dll
public abstract class Resource
- Inheritance
-
Resource
- Derived
-
- Inherited Members
-
Constructors
Properties
public virtual ManifestResourceAttributes Attributes { get; }
Property Value
- ManifestResourceAttributes
public abstract string Name { get; }
Property Value
- string
public virtual ResourceType ResourceType { get; }
Property Value
- ResourceType
Methods
public abstract long? TryGetLength()
Returns
- long?
public abstract Stream? TryOpenStream()
Returns
- Stream