.NET Vuser Functions

These functions are used in .NET Vuser scripts.

Click one of the following functions for more information:

ConfigureRemotingSpecifies the configuration file for the remoting environment.
DoDataReadReads records from a DataReader object.
CreateDelegateFromMethodCreates a delegate of the specified type that represents a static or instance method.
FindPortFinds a unique port
GetMethodRetrieves MethodInfo for a method.
GetSerializedDataContractDeserializes a data contract from the specified file.
GetSerializedObjectDeserializes an object from the specified file.
InvokeConstructorInvokes a constructor.
InvokeGenericMethod

Invokes a generic method.

InvokeMethodInvokes a method.
InvokeStaticGenericMethod

Invoke a static generic method.

InvokeStaticMethodInvokes a static method.

See also: Utility Functions: .NET (lr.)