[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts from integer type to WindowsTrust

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
implicit operator 
WindowsTrust
(
	
int 
hint
)
Public 
Shared 
Widening 
Operator 
CType ( _
	
hint 
As 
Integer _
) 
As 
WindowsTrust
static 
implicit operator 

WindowsTrust^ (
	
int 
hint
)

Parameters

hint
Int32

See Also