InternalTestHooks Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is used for internal test purposes.
public ref class InternalTestHooks abstract sealed
	public static class InternalTestHooks
	type InternalTestHooks = class
	Public Class InternalTestHooks
		- Inheritance
 - 
				InternalTestHooks
 
Methods
| GetCustomPSSenderInfo(String, Version) | 
		 Constructs a custom PSSenderInfo instance that can be assigned to $PSSenderInfo in order to simulate a remoting session with respect to the $PSSenderInfo.ConnectionString (connection URL) and $PSSenderInfo.ApplicationArguments.PSVersionTable.PSVersion (the remoting client's PowerShell version). See Get-FormatDataTest.ps1.  | 
        	
| SetTestHook(String, Boolean) | 
		 This member is used for internal test purposes.  | 
        	
| SetTestHook(String, Object) | 
		 This member is used for internal test purposes.  | 
        	
| TestImplicitRemotingBatching(String, Runspace) | |