Show / Hide Table of Contents

Class BundleTools.RegistryInfo

Contains information about a registry

Inheritance
object
BundleTools.RegistryInfo
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
[Serializable]
public class BundleTools.RegistryInfo

Fields

| Edit this page View Source

AssemblyName

The assembly of the mod the registry is bound to

Declaration
public string AssemblyName
Field Value
Type Description
string
| Edit this page View Source

AssetBundleName

The asset bundle the registry is a part of

Declaration
public string AssetBundleName
Field Value
Type Description
string
| Edit this page View Source

ModTypeName

The type name of the mod the registry is bound to

Declaration
public string ModTypeName
Field Value
Type Description
string
| Edit this page View Source

Path

The file path of the registry

Declaration
public string Path
Field Value
Type Description
string

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾