pub struct VSScript { /* private fields */ }Expand description
A script environment. All evaluation and communication with evaluated scripts happens
through a VSScript object.
pub struct VSScript { /* private fields */ }A script environment. All evaluation and communication with evaluated scripts happens
through a VSScript object.