GetComponent = C#

Is it possible to set an objects component in C#? I don’t see that available in the component class? Thanks.

In short, just add the component through AddComponent().

Thank you!