Show / Hide Table of Contents

Class BundleTools.ExcludedAssembly

Used to keep track of excluded asmdef files during the build process

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

Fields

| Edit this page View Source

AssemblyName

The assembly name of the asmdef

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

OriginalExcludedPlatforms

The original list of excluded platforms for the asmdef

Declaration
public List<string> OriginalExcludedPlatforms
Field Value
Type Description
List<string>
| Edit this page View Source

OriginalIncludedPlatforms

The original list of included platforms for the asmdef

Declaration
public List<string> OriginalIncludedPlatforms
Field Value
Type Description
List<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
☀
☾