MethodInstanceCollection.Create Method (String, Boolean, TypeDescriptor, MethodInstanceType)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
returnTypeDescriptor As TypeDescriptor, _
type As MethodInstanceType _
) As MethodInstance
'Usage
Dim instance As MethodInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim returnTypeDescriptor As TypeDescriptor
Dim type As MethodInstanceType
Dim returnValue As MethodInstance
returnValue = instance.Create(name, isCached, _
returnTypeDescriptor, type)
public MethodInstance Create(
string name,
bool isCached,
TypeDescriptor returnTypeDescriptor,
MethodInstanceType type
)
Parameters
- name
Type: System.String
- isCached
Type: System.Boolean
- returnTypeDescriptor
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptor
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.MethodInstance
See Also
Reference
MethodInstanceCollection Class
MethodInstanceCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace