Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.6 KB

4230ed96-e543-5d13-94e1-170d1261ea18.md

File metadata and controls

48 lines (33 loc) · 1.6 KB

BlastReflect Class

provides utilities for finding and loading compile-time blast scripts and hpc jobs

Inheritance Hierarchy

System.Object
  NSS.Blast.Register.BlastReflect
Namespace: NSS.Blast.Register
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public static class BlastReflect

VB

Public NotInheritable Class BlastReflect

C++

public ref class BlastReflect abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type BlastReflect =  class end

The BlastReflect type exposes the following members.

Methods

 

NameDescription
Public methodStatic memberFindCompileTimeBlastScripts get a list of scripts to compile during compilation of the unity project
Public methodStatic memberFindHPCJobs find all hpc jobs compiled into the assemblies loaded
  Back to Top

See Also

Reference

NSS.Blast.Register Namespace