Search Results for

    Show / Hide Table of Contents

    Class ResourceFile

    Inheritance
    Object
    ResourceFile
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Core.Scripting
    Assembly: RageCoop.Core.dll
    Syntax
    public class ResourceFile

    Properties

    GetStream

    Get a stream that can be used to read file content.

    Declaration
    public Func<Stream> GetStream { get; }
    Property Value
    Type Description
    Func<Stream>

    IsDirectory

    Whether this is a directory

    Declaration
    public bool IsDirectory { get; }
    Property Value
    Type Description
    Boolean

    Name

    Full name with relative path of this file

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    In This Article
    Back to top Generated by DocFX