Api Sandbox Internal ClassFileLocationAttribute
class

ClassFileLocationAttribute

public class ClassFileLocationAttribute : Attribute

Automatically added to codegenerated classes to let them determine their location This helps when looking for resources relative to them, like style sheets. Replaced in Sept 2023 by SourceLocationAttribute, which is added to classes and members.

Constructors

ClassFileLocationAttribute(String value)

Properties

Name Type Description
Path virtual String
Assembly: Sandbox.System Namespace: Sandbox.Internal Full Name: Sandbox.Internal.ClassFileLocationAttribute