Class BaseFileHandle
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 |
_lumina
Declaration
protected Lumina _lumina
Field Value
Type | Description |
---|---|
Lumina |
_path
Declaration
protected string _path
Field Value
Type | Description |
---|---|
System.String |
_state
Declaration
protected BaseFileHandle.FileState _state
Field Value
Type | Description |
---|---|
BaseFileHandle.FileState |
Properties
| Improve this Doc View SourceHasValue
Declaration
public bool HasValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
State
Declaration
public BaseFileHandle.FileState State { get; }
Property Value
Type | Description |
---|---|
BaseFileHandle.FileState |
Methods
| Improve this Doc View SourceLoad()
Loads the underlying FileResource
Declaration
public virtual void Load()
Exceptions
Type | Condition |
---|---|
System.NotImplementedException |