CompilationResult.CompiledType 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 type produced as a result of compilation.
public:
property Type ^ CompiledType { Type ^ get(); };
public Type CompiledType { get; }
member this.CompiledType : Type
Public ReadOnly Property CompiledType As Type
Property Value
Remarks
This property is null when compilation failed.