JAMS Developer Guide
ChangeMethodType Method (Method)


MVPSI.JAMS Namespace > Method Class : ChangeMethodType Method
Updates the Method's properties after its Type has been changed. Properties of the old type are replaced by properties of the new type with any common values being retained.
Syntax
'Declaration
 
Public Sub ChangeMethodType( _
   ByVal typeName As System.String _
) 
'Usage
 
Dim instance As Method
Dim typeName As System.String
 
instance.ChangeMethodType(typeName)
public void ChangeMethodType( 
   System.string typeName
)

Parameters

typeName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Method Class
Method Members