Struct WorldCraftedExploitData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldCraftedExploitData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
Computer
Declaration
public ObjectId Computer { get; set; }
Property Value
Exploit
Declaration
public string? Exploit { get; set; }
Property Value
FilePath
Declaration
public string? FilePath { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Payload
Declaration
public string? Payload { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements