Class Overview AppFriend extension methods to provide dynamic functionality. public Copy (this AppFriend app, Object obj) Description Copies indicated object into the target application and returns a DynamicAppVar to access it.
DynamicAppVar
app Application manipulation object obj Object to be sent (must be serializable, AppVar, or DynamicAppVar). public Null (this AppFriend app) Description Declares a null variable in the target application and returns a DynamicAppVar to access it.
DynamicAppVar
app Application manipulation object public Type (this AppFriend app) Description Helper method to generate an empty DynamicAppType.
DynamicAppType
app Application manipulation object public Type <T> (this AppFriend app) Description Helper method for generating a DynamicAppType for the specified type.
DynamicAppType
T The desired type app Application manipulation object public Type (this AppFriend app, Type type) Description Helper method for generating a DynamicAppType for the specified type.
DynamicAppType
app Application manipulation object typeType. public Type (this AppFriend app, string typeFullName) Description Helper method for generating a DynamicAppType for the specified type.
DynamicAppType
app Application manipulation object typeFullNameType full name. |