Brecham.Obex — An OBEX library for the .NET Framework

ObexXmlResolver.Create Method 

Returns an instance of the ObexXmlResolver class, this is equivalent to calling new ObexXmlResolver().

[Visual Basic]
Public Shared Function Create() As ObexXmlResolver
[C#]
public static ObexXmlResolver Create();

Return Value

An instance of the ObexXmlResolver class.

Remarks

Returns an instance of the ObexXmlResolver class, this is equivalent to calling new ObexXmlResolver(). It is provided so that if a developer, instead of typing new ObexXmlResolver(), has instead typed the class name and thus Intellisense lists the member functions. This member can then be selected to create the new instance.

See Also

ObexXmlResolver Class | Brecham.Obex.Objects Namespace