SourceFileInfo.ClassType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the class type of this source file. May be null, if the file was not inside the Unity project.
public:
property Type ^ ClassType { Type ^ get(); };
public Type ClassType { get; }
member this.ClassType : Type
Public ReadOnly Property ClassType As Type