API ReferenceSandbox.Internal
public class Sandbox.Internal.ClassFileLocationAttribute : System.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
Showing 1 constructors
public ClassFileLocationAttribute(string value)
No results match this filter.
Properties
Showing 1 properties
public virtual sealed string Sandbox.Internal.ClassFileLocationAttribute.Path { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Internal |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.Internal.ClassFileLocationAttribute |