Show / Hide Table of Contents

Class PathInWorkspaceAttribute

The default compiler adds this attribute to the assembly.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class PathInWorkspaceAttribute : Attribute

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
Attribute
PathInWorkspaceAttribute

Constructors

Name Description
PathInWorkspaceAttribute(string, string)

Fields

Name Description
FilePath

Full path of main source file.

Path

Path of main source file in workspace, like @"\Script1.cs" or @"\Folder1\Script1.cs".