Show / Hide Table of Contents

Class BaseFileHandle

Inheritance
System.Object
BaseFileHandle
FileHandle<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lumina.Data
Assembly: Lumina.dll
Syntax
public abstract class BaseFileHandle

Fields

| Improve this Doc View Source

_instance

Declaration
protected object _instance
Field Value
Type Description
System.Object
| Improve this Doc View Source

_lumina

Declaration
protected Lumina _lumina
Field Value
Type Description
Lumina
| Improve this Doc View Source

_path

Declaration
protected string _path
Field Value
Type Description
System.String
| Improve this Doc View Source

_state

Declaration
protected BaseFileHandle.FileState _state
Field Value
Type Description
BaseFileHandle.FileState

Properties

| Improve this Doc View Source

HasValue

Declaration
public bool HasValue { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

State

Declaration
public BaseFileHandle.FileState State { get; }
Property Value
Type Description
BaseFileHandle.FileState

Methods

| Improve this Doc View Source

Load()

Loads the underlying FileResource

Declaration
public virtual void Load()
Exceptions
Type Condition
System.NotImplementedException
  • Improve this Doc
  • View Source
Back to top Generated by DocFX