Show / Hide Table of Contents

Class Ww2oggOptions

Inheritance
System.Object
Ww2oggOptions
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: BnkExtractor.Ww2ogg
Assembly: BnkExtractor.dll
Syntax
public class Ww2oggOptions

Constructors

| Improve this Doc View Source

Ww2oggOptions()

Declaration
public Ww2oggOptions()

Properties

| Improve this Doc View Source

CodebooksFilename

Declaration
public string CodebooksFilename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ForcePacketFormat

Declaration
public ForcePacketFormat ForcePacketFormat { get; set; }
Property Value
Type Description
ForcePacketFormat
| Improve this Doc View Source

FullSetup

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

InFilename

Declaration
public string InFilename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

InlineCodebooks

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

OutFilename

Declaration
public string OutFilename { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ParseArguments(Int32, String[])

Declaration
public void ParseArguments(int argc, string[] argv)
Parameters
Type Name Description
System.Int32 argc
System.String[] argv
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾